Files
rust/tests/ui/macros/macro-error.stderr
T
2026-04-21 15:46:04 -07:00

15 lines
306 B
Plaintext

error: macro rhs must be delimited
--> $DIR/macro-error.rs:3:18
|
LL | ($a:expr) => a;
| ^
error: non-type macro in type position: cfg
--> $DIR/macro-error.rs:9:12
|
LL | let _: cfg!(FALSE) = ();
| ^^^^^^^^^^^
error: aborting due to 2 previous errors