]> git.lizzy.rs Git - rust.git/blob - src/test/ui/no_crate_type.rs
Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2
[rust.git] / src / test / 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 }