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