You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot reproduce the ICE on nightly or stable, please provide the error message and compiler-version. Also your example is missing a : between the a and the [i32] of the take function
$ cargo run
Compiling test v0.0.1 (file:///C:/dev/rust/projects/test)
src\main.rs:19:10: 19:11 error: internal compiler error: ident only path should have been covered already
src\main.rs:19 fn take (a [i32]){
^
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: run with RUST_BACKTRACE=1 for a backtrace
thread 'rustc' panicked at 'Box', C:/bot/slave/beta-dist-rustc-win-64/build/src/libsyntax\diagnostic.rs:130
Could not compile test.
To learn more, run the command again with --verbose.
Also your example is missing a : between the a and the [i32] of the take function
Sure. But if I add it, rustc doesn't panic anymore. I'm just running through the tutorials, and am wildly trying things out. :-)
The text was updated successfully, but these errors were encountered: