]> 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 1c103b21a181ec6e8e7ebfdbea7d9f6f46fdeb96..50ec7a304c5c161811b48b178ff0bda05ab23aeb 100644 (file)
@@ -1,8 +1,8 @@
 error: expected one of `,` or `>`, found `(`
-  --> $DIR/issue-20616-2.rs:22:31
+  --> $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