blob: b64a3ce5c083dcb6fa6bf83ee4bd6a50d9815ca0 [file] [log] [blame]
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