blob: c1e80b0eb78b8a9efb78ec3c13dcdced58b6c8e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|