]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/issue-63135.stderr
Remove "here" from "expected one of X here"
[rust.git] / src / test / ui / parser / issue-63135.stderr
index a077ad454a9df419eb721c5359ccdfe9cbd0721a..152601b35380595bbd197596ecae684c6c476972 100644 (file)
@@ -23,16 +23,16 @@ LL | fn i(n{...,f #
    |        `..` must be at the end and cannot have a trailing comma
 
 error: expected `[`, found `}`
-  --> $DIR/issue-63135.rs:3:15
+  --> $DIR/issue-63135.rs:3:16
    |
 LL | fn i(n{...,f #
-   |               ^ expected `[`
+   |                ^ expected `[`
 
 error: expected one of `:` or `|`, found `)`
-  --> $DIR/issue-63135.rs:3:15
+  --> $DIR/issue-63135.rs:3:16
    |
 LL | fn i(n{...,f #
-   |               ^ expected one of `:` or `|` here
+   |                ^ expected one of `:` or `|`
 
 error: aborting due to 5 previous errors