Skip to content

Commit

Permalink
Fix unknown attribute in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Mar 2, 2015
1 parent 1576142 commit e955f43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-pass/macro-attributes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e955f43

Please sign in to comment.