mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00
11 lines
428 B
Plaintext
11 lines
428 B
Plaintext
error: malformed `crate_name` attribute input
|
|
--> $DIR/print-file-names-request-malformed-crate-name.rs:5:1
|
|
|
|
|
LL | #![crate_name = concat!("wrapped")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#![crate_name = "name"]`
|
|
|
|
|
= note: for more information, visit <https://doc.rust-lang.org/reference/crates-and-source-files.html#the-crate_name-attribute>
|
|
|
|
error: aborting due to 1 previous error
|
|
|