blob: e9a5b58e4f9218759f5113cafefd5a2db2db03d8 [file]
error: malformed `crate_name` attribute input
--> $DIR/print-file-names-request-malformed-crate-name-2.rs:7:1
|
LL | #![crate_name = concat!("this_one_is_not")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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