2018-07-15 16:11:54 -05:00
|
|
|
error: arbitrary expressions aren't allowed in patterns
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-43250.rs:9:8
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
|
LL | m!(y);
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: arbitrary expressions aren't allowed in patterns
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-43250.rs:11:8
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
|
LL | m!(C);
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|