]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-20616-5.stderr
Remove "here" from "expected one of X here"
[rust.git] / src / test / ui / issues / issue-20616-5.stderr
index d83fc41f43ec0874979db22b615505cce6e40633..aee8bf01a4321fde707ceb93bd806ee030c099a8 100644 (file)
@@ -2,7 +2,7 @@ error: expected one of `>`, const, identifier, lifetime, or type, found `,`
   --> $DIR/issue-20616-5.rs:22:34
    |
 LL | type Type_5<'a> = Type_1_<'a, (),,>;
-   |                                  ^ expected one of `>`, const, identifier, lifetime, or type here
+   |                                  ^ expected one of `>`, const, identifier, lifetime, or type
 
 error: aborting due to previous error