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