mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
64f7597776
Co-authored-by: Joe ST <joe@fbstj.net> Co-authored-by: Michael Goulet <michael@errs.io>
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
error: `concat_idents!()` takes 1 or more arguments
|
|
--> $DIR/issue-50403.rs:4:13
|
|
|
|
|
LL | let x = concat_idents!();
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|