Skip to content

Commit 5e19286

Browse files
Manishearthsfackler
authored andcommitted
Fix unknown attribute in test
1 parent 1f1c5d5 commit 5e19286

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/macro-attributes.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
// ignore-pretty - token trees can't pretty print
1212

13+
#![feature(custom_attribute)]
14+
1315
macro_rules! compiles_fine {
1416
(#[$at:meta]) => {
1517
// test that the different types of attributes work

0 commit comments

Comments
 (0)