rust/tests/ui/attributes/expected-word.rs
2025-06-20 15:06:29 +02:00

4 lines
80 B
Rust

#[cold = true]
//~^ ERROR malformed `cold` attribute input [E0565]
fn main() {}