We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332233b commit ff25291Copy full SHA for ff25291
src/test/run-pass/const-enum-vec-index.rs
@@ -8,6 +8,7 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+// ignore-test FIXME
12
13
enum E { V1(isize), V0 }
14
const C: &'static [E] = &[E::V0, E::V1(0xDEADBEE)];
0 commit comments