Skip to content

Commit

Permalink
Auto merge of #119284 - Nadrieril:fix-bodiless-arm-parse, r=cjgillot
Browse files Browse the repository at this point in the history
Don't drop a hir node after lowering

Fixes rust-lang/rust#119271.

It seems that all hir nodes that get allocated an id must be placed within the hir on pain of ICEs. In rust-lang/rust#118527 I dropped guards on never patterns since they're not useful, which caused the ICE.
  • Loading branch information
bors committed Dec 30, 2023
2 parents 1f97671 + 17fc02c commit 8a7c1ef
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 8a7c1ef

Please sign in to comment.