]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/pat-ranges-1.stderr
Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-2021-02-01
[rust.git] / src / test / ui / parser / pat-ranges-1.stderr
1 error: expected one of `:`, `;`, `=`, or `|`, found `..=`
2   --> $DIR/pat-ranges-1.rs:4:21
3    |
4 LL |     let macropus!() ..= 11 = 12;
5    |                     ^^^ expected one of `:`, `;`, `=`, or `|`
6
7 error: aborting due to previous error
8