Internal compiler error: unexpected panic: thread 'main' panicked at 'no entry found for key' #53146
Labels
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.
This is the code that triggers an ICE:
This is the output:
And here is the backtrace:
Using
rustc 1.30.0-nightly (73c78734b 2018-08-05)
there's no ICE, just a regular type error. Switching the type signature from-> Vec<Foo<impl Bar>>
to-> Vec<Foo<dyn Bar>>
also doesn't produce an ICE, just a type error.The text was updated successfully, but these errors were encountered: