diff options
Diffstat (limited to 'src/test/run-pass/macro-path.rs')
| -rw-r--r-- | src/test/run-pass/macro-path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/macro-path.rs b/src/test/run-pass/macro-path.rs index 9740982e2c9..97f6e2b50d7 100644 --- a/src/test/run-pass/macro-path.rs +++ b/src/test/run-pass/macro-path.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#[feature(macro_rules)]; +#![feature(macro_rules)] mod m { pub type t = int; |
