rust/tests/ui/no_crate_type.rs
2023-01-11 09:32:08 +00:00

7 lines
120 B
Rust

// regression test for issue 11256
#![crate_type] //~ ERROR malformed `crate_type` attribute
fn main() {
return
}