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