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