diff options
Diffstat (limited to 'src/test/run-pass/match-in-macro.rs')
| -rw-r--r-- | src/test/run-pass/match-in-macro.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/run-pass/match-in-macro.rs b/src/test/run-pass/match-in-macro.rs index 7dde322ead6..e4886ddaa0e 100644 --- a/src/test/run-pass/match-in-macro.rs +++ b/src/test/run-pass/match-in-macro.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(macro_rules)] - enum Foo { B { b1: int, bb1: int}, } |
