rust/src/test/compile-fail/attr-dangling-in-fn.rs

9 lines
75 B
Rust
Raw Normal View History

2011-07-27 14:48:34 +02:00
// error-pattern:expected item
fn f() {
#[foo = "bar"]
}
fn main() {
}