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

5 lines
83 B
Rust

//@ error-pattern: expected item
#![attr = "val"]
#[attr = "val"] // Unterminated