mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 20:17:50 +00:00
9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
error: malformed `crate_name` attribute input
|
|
--> $DIR/crate-name-macro-call.rs:4:1
|
|
|
|
|
LL | #![crate_name = concat!("my", "crate")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#![crate_name = "name"]`
|
|
|
|
error: aborting due to 1 previous error
|
|
|