Files
rust/tests/ui/attributes/expected-word.rs

4 lines
80 B
Rust
Raw Normal View History

2025-06-12 14:24:40 +02:00
#[cold = true]
//~^ ERROR malformed `cold` attribute input [E0565]
fn main() {}