rust/src/test/ui/macros/macro-error.stderr
2018-12-25 21:08:33 -07:00

15 lines
376 B
Plaintext

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