Skip to content

Commit ff25291

Browse files
author
Oliver Schneider
committed
what do I do with you?
1 parent 332233b commit ff25291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass/const-enum-vec-index.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-test FIXME
1112

1213
enum E { V1(isize), V0 }
1314
const C: &'static [E] = &[E::V0, E::V1(0xDEADBEE)];

0 commit comments

Comments
 (0)