]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-21146.stderr
Remove "here" from "expected one of X here"
[rust.git] / src / test / ui / issues / issue-21146.stderr
index fab38123ea8717da028beb92fd290e7f16d91543..c71fda3d63fe92553a09cc597fdb2f656eed237d 100644 (file)
@@ -1,8 +1,8 @@
 error: expected one of `!` or `::`, found `<eof>`
-  --> $DIR/auxiliary/issue-21146-inc.rs:13:1
+  --> $DIR/auxiliary/issue-21146-inc.rs:3:1
    |
 LL | parse_error
-   | ^^^^^^^^^^^ expected one of `!` or `::` here
+   | ^^^^^^^^^^^ expected one of `!` or `::`
 
 error: aborting due to previous error