Skip to content

Commit 6988157

Browse files
committed
Rollup merge of #22944 - Manishearth:patch-1, r=sfackler
Been breaking tests lately. Somehow nondeterministic?
2 parents c84e3a1 + e955f43 commit 6988157

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
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)