about summary refs log tree commit diff
path: root/tests/ui/macros/macro-error.stderr
blob: fcf8d922d65c9fe18fe556078484ed60fa654eee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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!(FALSE) = ();
   |            ^^^^^^^^^^^

error: aborting due to 2 previous errors