-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Description
$ rustc --version
rustc 1.17.0-nightly (b1e31766d 2017-03-03)
enum E {
A = {
enum F { B }
0
}
}
thread 'rustc' panicked at 'assertion failed: !self.in_variant', /checkout/src/librustc_lint/builtin.rs:472
rust/src/librustc_lint/builtin.rs
Line 472 in b04ebef
assert!(!self.in_variant); |
Metadata
Metadata
Assignees
Labels
A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️