]> 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 38457beadc448d4ebad00e6fec93f949bb2fea79..aee8bf01a4321fde707ceb93bd806ee030c099a8 100644 (file)
@@ -1,8 +1,8 @@
-error: expected one of `>`, identifier, lifetime, or type, found `,`
-  --> $DIR/issue-20616-5.rs:24:34
+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 `>`, identifier, lifetime, or type here
+   |                                  ^ expected one of `>`, const, identifier, lifetime, or type
 
 error: aborting due to previous error