]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/pat-ranges-3.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / pat-ranges-3.stderr
index c32c18d98dce7c1da31851ffdb4466a3655b5283..c9787b789a88be40d7a17b2d94f61ffb1ff61400 100644 (file)
@@ -2,7 +2,7 @@ error: expected one of `:`, `;`, `=`, or `|`, found `+`
   --> $DIR/pat-ranges-3.rs:4:19
    |
 LL |     let 10 ..= 10 + 3 = 12;
-   |                   ^ expected one of `:`, `;`, `=`, or `|` here
+   |                   ^ expected one of `:`, `;`, `=`, or `|`
 
 error: aborting due to previous error