rust/tests/ui/macros/genercs-in-path-with-prettry-hir.stderr
Lukas Wirth 20ab952b4d Explicitly annotate edition for unpretty=expanded and unpretty=hir tests
These emit prelude imports which means they are always edition dependent
2025-04-16 11:10:10 +02:00

9 lines
184 B
Plaintext

error: unexpected generic arguments in path
--> $DIR/genercs-in-path-with-prettry-hir.rs:13:10
|
LL | m!(inline<u8>);
| ^^^^
error: aborting due to 1 previous error