rust/tests/ui/parser/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 12:48:34 +00:00
// error-pattern:expected item
fn main() {
}
#[foo = "bar"]