rust/tests/ui/imports/multiple-extern-by-macro-for-underscore.stderr

9 lines
247 B
Plaintext

error: expected identifier, found reserved identifier `_`
--> $DIR/multiple-extern-by-macro-for-underscore.rs:16:11
|
LL | use ::_;
| ^ expected identifier, found reserved identifier
error: aborting due to 1 previous error