blob: 93da7c3e0ddd65ca368fa9a4c65cd88ffaff5bca [file] [log] [blame]
error: malformed `crate_type` attribute input
--> $DIR/no_crate_type.rs:2:1
|
LL | #![crate_type]
| ^^^^^^^^^^^^^^ help: must be of the form: `#![crate_type = "bin|lib|..."]`
error: aborting due to previous error