"Error constructed but not emitted" ICE on nightly parsing wonky impl #41161
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-medium
Medium priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
rustc 1.18.0-nightly (53f4bc3 2017-04-07)
stable/beta/nightly from a week ago seem unaffected.
Reduced from
impl Iterator for Foo { Item = Bar; ... }
where I forgot thetype
.The text was updated successfully, but these errors were encountered: