rust/tests/ui/no_crate_type.rs

7 lines
120 B
Rust

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