rust/tests/ui/parser/attribute/attr-dangling-in-mod.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
62 B
Rust
Raw Normal View History

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