blob: 4316fd312c7392440793f02afc93f76aa38929c6 [file] [log] [blame]
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 previous error