ICE instead of Sized error for impl method parameters. #20433
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) ❄️
This should produce "error: the trait
core::kinds::Sized
is not implemented for the type[i32]
", instead, I get an ICE:Backtrace:
Playpen: http://is.gd/IorwwY
Note that this also produces an ICE in 0.12.
Rustc version:
rustc 0.13.0-nightly (636663172 2014-12-28 16:21:58 +0000)
The text was updated successfully, but these errors were encountered: