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