diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-06-22 09:18:09 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-06-22 09:18:09 +1000 |
| commit | 5dd7550a0887eb3a4edcad3f29de909b02e2e735 (patch) | |
| tree | 81cc53fcc08d5afdd43e2350c38603e91c864fc9 /compiler/rustc_codegen_llvm/src/llvm_util.rs | |
| parent | 006a26c0b546abc0fbef59a773639582b641e500 (diff) | |
| download | rust-5dd7550a0887eb3a4edcad3f29de909b02e2e735.tar.gz rust-5dd7550a0887eb3a4edcad3f29de909b02e2e735.zip | |
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`.)
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
0 files changed, 0 insertions, 0 deletions
