about summary refs log tree commit diff
path: root/tests/ui/invalid-compile-flags/print-file-names-request-malformed-crate-name.stderr
blob: 155e2e5a3fa496a45efb5df2d01d9a951ba6bc10 (plain)
1
2
3
4
5
6
7
8
error: attribute value must be a literal
  --> $DIR/print-file-names-request-malformed-crate-name.rs:5:17
   |
LL | #![crate_name = concat!("wrapped")]
   |                 ^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error