about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-12-30 22:44:33 +0000
committerbors <bors@rust-lang.org>2023-12-30 22:44:33 +0000
commitd868bc28422a5b296ba6a23a83384fbfefa40264 (patch)
tree84e52466de7535e334787e2262326293526db7ee /compiler/rustc_codegen_llvm/src
parent2a3e63551fe21458637480a97b65a2d15dec8062 (diff)
parentd5b2d88a1aa4c0832c54415a78b7c8905926d6f7 (diff)
downloadrust-d868bc28422a5b296ba6a23a83384fbfefa40264.tar.gz
rust-d868bc28422a5b296ba6a23a83384fbfefa40264.zip
Auto merge of #119284 - Nadrieril:fix-bodiless-arm-parse, r=cjgillot
Don't drop a hir node after lowering

Fixes https://github.com/rust-lang/rust/issues/119271.

It seems that all hir nodes that get allocated an id must be placed within the hir on pain of ICEs. In https://github.com/rust-lang/rust/pull/118527 I dropped guards on never patterns since they're not useful, which caused the ICE.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions