ICE with (cyclic) default type params #34373
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Hit an ICE while working on a project, was able to reduce it to the following (nonsensical) example:
Although an incorrect Rust program, this still triggers the ICE:
The ICE can also be triggered by replacing
Box
withRc
orArc
for example.Meta
rustc --version --verbose
:rustc 1.11.0-nightly (bb4a79b 2016-06-15)
binary: rustc
commit-hash: bb4a79b
commit-date: 2016-06-15
host: x86_64-apple-darwin
release: 1.11.0-nightly
Backtrace:
The text was updated successfully, but these errors were encountered: