]> 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 2798196ea00c0daaad641cb1849aed1933c2c043..c71fda3d63fe92553a09cc597fdb2f656eed237d 100644 (file)
@@ -2,7 +2,7 @@ error: expected one of `!` or `::`, found `<eof>`
   --> $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