Skip to content

Commit e955f43

Browse files
committed
Fix unknown attribute in test
1 parent 1576142 commit e955f43

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)