blob: b64a3ce5c083dcb6fa6bf83ee4bd6a50d9815ca0 (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `:`, `;`, `=`, or `|`, found `..=`
--> $DIR/pat-ranges-1.rs:4:21
|
LL | let macropus!() ..= 11 = 12;
| ^^^ expected one of `:`, `;`, `=`, or `|`
error: aborting due to previous error
|