Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
attributes
/
crate-type-empty.rs
blob: d8e687e04a76d94b93a133126b0f43adc25d195f [
file
]
// regression test for issue 11256
#![
crate_type
]
//~ ERROR malformed `crate_type` attribute
fn
main
()
{
return
}