mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00

These tests were updated in the previous commit; while they are being cleaned up, move them to a non-issue directory.
20 lines
533 B
Plaintext
20 lines
533 B
Plaintext
error: expected identifier or string literal
|
|
--> $DIR/empty-input.rs:6:14
|
|
|
|
|
LL | () => { ${concat()} }
|
|
| ^^^^^^^^^^
|
|
|
|
error: expected expression, found `$`
|
|
--> $DIR/empty-input.rs:6:13
|
|
|
|
|
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
|
|
|