rust/tests/ui/attr-bad-crate-attr.rs

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

5 lines
83 B
Rust
Raw Normal View History

2012-11-19 09:56:50 +08:00
//@ error-pattern: expected item
#![attr = "val"]
#[attr = "val"] // Unterminated