Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
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
}