]> git.lizzy.rs Git - rust.git/blob - tests/ui/no_crate_type.rs
Rollup merge of #107700 - jyn514:tools-builder, r=Mark-Simulacrum
[rust.git] / tests / ui / no_crate_type.rs
1 // regression test for issue 11256
2 #![crate_type]  //~ ERROR malformed `crate_type` attribute
3
4 fn main() {
5     return
6 }