From e955f4323b6aebed32250ffaaba8e8fdb680b4d5 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 2 Mar 2015 05:31:34 +0530 Subject: [PATCH] Fix unknown attribute in test --- src/test/run-pass/macro-attributes.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-pass/macro-attributes.rs b/src/test/run-pass/macro-attributes.rs index 521aef4b5ba5b..2752fc88b456b 100644 --- a/src/test/run-pass/macro-attributes.rs +++ b/src/test/run-pass/macro-attributes.rs @@ -10,6 +10,8 @@ // ignore-pretty - token trees can't pretty print +#![feature(custom_attribute)] + macro_rules! compiles_fine { (#[$at:meta]) => { // test that the different types of attributes work