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