about summary refs log tree commit diff
path: root/compiler/rustc_parse/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-06-22 15:06:03 +0000
committerbors <bors@rust-lang.org>2023-06-22 15:06:03 +0000
commit2efe09170530fa18e42ff05b8d9dd23f00b5c430 (patch)
treea250e7a11e41e4c22061d693265afbab49f902ac /compiler/rustc_parse/src
parentfa06a371b715f137c952577cfded4e49cb7e76c4 (diff)
parent5dd7550a0887eb3a4edcad3f29de909b02e2e735 (diff)
downloadrust-2efe09170530fa18e42ff05b8d9dd23f00b5c430.tar.gz
rust-2efe09170530fa18e42ff05b8d9dd23f00b5c430.zip
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`
Diffstat (limited to 'compiler/rustc_parse/src')
0 files changed, 0 insertions, 0 deletions