about summary refs log tree commit diff
path: root/tests/ui/invalid-compile-flags/print-crate-name-request-malformed-crate-name.stderr
blob: fab38dae78b6e4137dbdecd7d4f68d5ec90f6dd6 (plain)
1
2
3
4
5
6
7
8
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