blob: b3aed8c2cef2400a5f525152b5253b9bb1e16c88 [file] [log] [blame]
error: macro rhs must be delimited
--> $DIR/macro-error.rs:2:18
|
LL | ($a:expr) => a;
| ^
error: non-type macro in type position: cfg
--> $DIR/macro-error.rs:8:12
|
LL | let _: cfg!(foo) = ();
| ^^^
error: aborting due to 2 previous errors