rust/compiler
bors 2efe091705 Auto merge of #112913 - nnethercote:avoid-Lrc-Box-dyn-CodegenBackend, r=compiler-errors
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`.)

r? `@bjorn3`
2023-06-22 15:06:03 +00:00
..
2023-06-21 16:54:54 +05:30
2023-06-19 14:57:42 +00:00
2023-06-19 15:46:08 +00:00
2023-06-19 09:01:37 +01:00
2023-06-19 14:57:42 +00:00