blob: 6bf09a2b13171770f0f9af49368000f8f557ead1 [file] [log] [blame] [edit]
error: malformed `crate_name` attribute input
--> $DIR/print-crate-name-request-malformed-crate-name.rs:5:1
|
LL | #![crate_name = concat!("wrapped")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#![crate_name = "name"]`
error: aborting due to 1 previous error