blob: bc085b8c7c07e937d727201d9858b5a2a6ff3593 [file]
error[E0539]: malformed `crate_type` attribute input
--> $DIR/crate-type-empty.rs:2:1
|
LL | #![crate_type]
| ^^^^^^^^^^^^^^ help: must be of the form: `#![crate_type = "crate type"]`
|
= note: for more information, visit <https://doc.rust-lang.org/reference/linkage.html>
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0539`.