rust/tests/ui/cross/cross-file-errors/main.stderr
Jonathan Brouwer 66b8a9db1f
Update uitests with new unused_attributes warnings
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
2025-10-18 21:17:48 +02:00

15 lines
442 B
Text

error: in expressions, `_` can only be used on the left-hand side of an assignment
--> $DIR/underscore.rs:5:9
|
LL | _
| ^ `_` not allowed here
|
::: $DIR/main.rs:5:5
|
LL | underscore!();
| ------------- in this macro invocation
|
= note: this error originates in the macro `underscore` (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to 1 previous error