2025-06-19 06:12:22 +00:00
|
|
|
error: expected identifier or string literal
|
2025-06-19 06:20:05 +00:00
|
|
|
--> $DIR/empty-input.rs:6:14
|
2018-05-03 00:25:14 -04:00
|
|
|
|
|
2025-06-19 06:12:22 +00:00
|
|
|
LL | () => { ${concat()} }
|
|
|
|
|
| ^^^^^^^^^^
|
2018-05-03 00:25:14 -04:00
|
|
|
|
2025-06-19 06:12:22 +00:00
|
|
|
error: expected expression, found `$`
|
2025-06-19 06:20:05 +00:00
|
|
|
--> $DIR/empty-input.rs:6:13
|
2025-06-19 06:12:22 +00:00
|
|
|
|
|
|
|
|
|
LL | () => { ${concat()} }
|
|
|
|
|
| ^ expected expression
|
|
|
|
|
...
|
|
|
|
|
LL | let x = empty!();
|
|
|
|
|
| -------- in this macro invocation
|
|
|
|
|
|
|
|
|
|
|
= note: this error originates in the macro `empty` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-05-03 00:25:14 -04:00
|
|
|
|