rust/compiler/rustc_interface
bjorn3 86c2d1a2a7 Don't use a generator for BoxedResolver
The generator is non-trivial and requires unsafe code anyway. Using
regular unsafe code without a generator is much easier to follow.
2021-06-08 19:24:17 +02:00
..
src Don't use a generator for BoxedResolver 2021-06-08 19:24:17 +02:00
Cargo.toml Use tempfile 2021-04-23 15:33:57 -07:00