rust/compiler/rustc_ast_lowering
bors d868bc2842 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.
2023-12-30 22:44:33 +00:00
..
src Auto merge of #119284 - Nadrieril:fix-bodiless-arm-parse, r=cjgillot 2023-12-30 22:44:33 +00:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl fallback default to None during ast-loweing for lifetime binder 2023-12-26 16:10:29 +08:00