blob: 85f5994c7204c90b31879bc666157cbd6723ef16 [file] [log] [blame] [edit]
error: expected a literal
--> $DIR/bad-concat.rs:5:21
|
LL | let _ = concat!(x, y, z, "bar");
| ^ ^ ^
|
= note: only literals (like `"foo"`, `-42` and `3.14`) can be passed to `concat!()`
error: aborting due to 1 previous error