14 lines
272 B
Text
14 lines
272 B
Text
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
|
|
|