5 lines
83 B
Rust
5 lines
83 B
Rust
//@ error-pattern: expected item
|
|
|
|
#![attr = "val"]
|
|
#[attr = "val"] // Unterminated
|