]> 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 8e8087978a3666fc8d5a88e530fa13b2db263349..152601b35380595bbd197596ecae684c6c476972 100644 (file)
@@ -32,7 +32,7 @@ error: expected one of `:` or `|`, found `)`
   --> $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