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