rust/tests/ui/imports/multiple-extern-by-macro-for-underscore.ed2021.stderr
2025-06-20 19:21:44 +00:00

9 lines
247 B
Plaintext

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