2011-09-01 18:49:10 -07:00
|
|
|
// error-pattern:expecting [, found fmt
|
2011-07-27 14:48:34 +02: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"]
|
2011-09-01 18:49:10 -07:00
|
|
|
#fmt("baz")
|
2011-07-27 14:48:34 +02:00
|
|
|
fn main() { }
|