about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-05-22 19:16:17 +0000
committerbors <bors@rust-lang.org>2022-05-22 19:16:17 +0000
commitb2eed72a6fbf254e7d44942eaa121fcbed05d3fb (patch)
tree0a9da97c4c5fc3bb595d314ec921827e7c2302de /compiler/rustc_codegen_gcc
parent0a437b2ca081bc12425a3318cb66aade9824cbae (diff)
parent99603ef0742176b0ae7980146318469cf8d59cb2 (diff)
downloadrust-b2eed72a6fbf254e7d44942eaa121fcbed05d3fb.tar.gz
rust-b2eed72a6fbf254e7d44942eaa121fcbed05d3fb.zip
Auto merge of #97281 - est31:remove_box, r=compiler-errors
Remove box syntax from rustc_mir_dataflow and rustc_mir_transform

Continuation of #87781, inspired by #97239. The usages that this PR removes have not appeared from nothing, instead the usage in `rustc_mir_dataflow` and `rustc_mir_transform` was from #80522 which split up `rustc_mir`, and which was filed before I filed #87781, so it was using the state from before my PR. But it was merged after my PR was merged, so the `box_syntax` uses were able to survive here. Outside of this introduction due to the code being outside of the master branch at the point of merging of my PR, there was only one other introduction of box syntax, in #95159. That box syntax was removed again though in #95555. Outside of that, `box_syntax` has not made its reoccurrance in compiler crates.
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions