rust/compiler/rustc_interface
Nicholas Nethercote 5dd7550a08 Avoid Lrc<Box<dyn CodegenBackend>>.
Because `Lrc<Box<T>>` is silly. (Clippy warns about `Rc<Box<T>>` and
`Arc<Box<T>>`, and it would warn here if (a) we used Clippy with rustc,
and (b) Clippy knew about `Lrc`.)
2023-06-22 09:18:09 +10:00
..
src Avoid Lrc<Box<dyn CodegenBackend>>. 2023-06-22 09:18:09 +10:00
Cargo.toml Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
messages.ftl Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00