2012-11-21 21:38:27 -06:00
|
|
|
// error-pattern:attrs on macros are not yet supported
|
2011-07-27 07:48:34 -05:00
|
|
|
|
|
|
|
// Don't know how to deal with a syntax extension appearing after an
|
|
|
|
// item attribute. Probably could use a better error message.
|
|
|
|
#[foo = "bar"]
|
2012-08-22 19:24:52 -05:00
|
|
|
fmt!("baz")
|
2011-07-27 07:48:34 -05:00
|
|
|
fn main() { }
|