1
Fork 0
rust/tests/ui/invalid-compile-flags/print-file-names-request-malformed-crate-name-2.stderr
2025-02-15 16:47:30 +01:00

8 lines
310 B
Text

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"]`
error: aborting due to 1 previous error