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
error: internal compiler error: unexpected panic
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 'Unexpected type returned from struct_tail: TagType for ty=TagType', ../src/librustc_trans/trans/type_of.rs:385
Could not compile `imgtag`.
The text was updated successfully, but these errors were encountered:
Compiler panics and tells me to report the bug.
I tried this code:
I expected to see this happen: the code compiling.
Instead, this happened: a compiler panic
Meta
rustc --version --verbose
:rustc 1.5.0 (3d7cd77 2015-12-04)
binary: rustc
commit-hash: 3d7cd77
commit-date: 2015-12-04
host: x86_64-unknown-linux-gnu
release: 1.5.0
Backtrace:
The text was updated successfully, but these errors were encountered: