mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 11:37:18 +00:00
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
error: attribute value must be a literal
|
|
--> $DIR/print-crate-name-request-malformed-crate-name.rs:5:17
|
|
|
|
|
LL | #![crate_name = concat!("wrapped")]
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|