blob: c1e80b0eb78b8a9efb78ec3c13dcdced58b6c8e3 [file] [log] [blame]
error: compilation successful
--> $DIR/issue-32922.rs:35:1
|
LL | / fn main() { //~ ERROR compilation successful
LL | | foo! {};
LL | | bar! {};
LL | |
LL | | let mut a = true;
LL | | baz!(a);
LL | | }
| |_^
error: aborting due to previous error