blob: f3bab7af9b6407ad4f4b4be05582f6a89ec7ae90 [file] [edit]
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