diff options
Diffstat (limited to 'tests/ui/parser/pat-ranges-3.stderr')
-rw-r--r-- | tests/ui/parser/pat-ranges-3.stderr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ui/parser/pat-ranges-3.stderr b/tests/ui/parser/pat-ranges-3.stderr new file mode 100644 index 000000000..c9787b789 --- /dev/null +++ b/tests/ui/parser/pat-ranges-3.stderr @@ -0,0 +1,8 @@ +error: expected one of `:`, `;`, `=`, or `|`, found `+` + --> $DIR/pat-ranges-3.rs:4:19 + | +LL | let 10 ..= 10 + 3 = 12; + | ^ expected one of `:`, `;`, `=`, or `|` + +error: aborting due to previous error + |