about summary refs log tree commit diff
path: root/src/test/compile-fail/macro-error.rs
diff options
context:
space:
mode:
authorDaniele Baracchi <daniele.baracchi@gmail.com>2016-08-24 13:07:43 +0200
committerDaniele Baracchi <daniele.baracchi@gmail.com>2016-08-26 17:27:20 +0200
commitee055a1ff37bb47f32ed460ca7d249d91f8cbe7d (patch)
tree57afce5e8c95d631e60009388811645d3d496f8b /src/test/compile-fail/macro-error.rs
parenteaf71f8d1034f16140791f566cab3f3c9a0bf96a (diff)
downloadrust-ee055a1ff37bb47f32ed460ca7d249d91f8cbe7d.tar.gz
rust-ee055a1ff37bb47f32ed460ca7d249d91f8cbe7d.zip
Stabilize type-macros
Closes #27245
Diffstat (limited to 'src/test/compile-fail/macro-error.rs')
-rw-r--r--src/test/compile-fail/macro-error.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/compile-fail/macro-error.rs b/src/test/compile-fail/macro-error.rs
index a69188da58d..4a6dbf014a1 100644
--- a/src/test/compile-fail/macro-error.rs
+++ b/src/test/compile-fail/macro-error.rs
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(type_macros)]
-
 macro_rules! foo {
     ($a:expr) => $a; //~ ERROR macro rhs must be delimited
 }