about summary refs log tree commit diff
path: root/tests/ui/attributes/crate-name-macro-call.stderr
blob: ab562b41a31f4c89ca049bbeb2d7dce40b0c8826 (plain)
1
2
3
4
5
6
7
8
error: malformed `crate_name` attribute input
  --> $DIR/crate-name-macro-call.rs:4:1
   |
LL | #![crate_name = concat!("my", "crate")]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#![crate_name = "name"]`

error: aborting due to 1 previous error