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

10 lines
91 B
Rust
Raw Normal View History

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