]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-20616-2.stderr
Remove "here" from "expected one of X here"
[rust.git] / src / test / ui / issues / issue-20616-2.stderr
index 544219eb6cfae9b863de08c85e97d993b4b32a65..50ec7a304c5c161811b48b178ff0bda05ab23aeb 100644 (file)
@@ -1,8 +1,8 @@
 error: expected one of `,` or `>`, found `(`
   --> $DIR/issue-20616-2.rs:12:31
    |
-LL | type Type_2 = Type_1_<'static ()>; //~ error: expected one of `,` or `>`, found `(`
-   |                               ^ expected one of `,` or `>` here
+LL | type Type_2 = Type_1_<'static ()>;
+   |                               ^ expected one of `,` or `>`
 
 error: aborting due to previous error