ICE in rustc_infer error reporting on elided lifetime in extern signature #80468
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Repro:
As of current nightly:
This is the unreachable line:
rust/compiler/rustc_infer/src/infer/error_reporting/mod.rs
Line 156 in 2987785
The same crash reproduces back to 1.47.0. Older stable compilers do not crash:
The text was updated successfully, but these errors were encountered: