about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-06-22 09:18:09 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2023-06-22 09:18:09 +1000
commit5dd7550a0887eb3a4edcad3f29de909b02e2e735 (patch)
tree81cc53fcc08d5afdd43e2350c38603e91c864fc9 /compiler/rustc_codegen_llvm/src/llvm_util.rs
parent006a26c0b546abc0fbef59a773639582b641e500 (diff)
downloadrust-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