]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-20616-9.stderr
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / test / ui / issues / issue-20616-9.stderr
index b7e3322b7aa9207dd393f9df4124882cf86e25a7..dc309d1bce1586c12e35eb3fae926ca6a246edf8 100644 (file)
@@ -1,8 +1,8 @@
-error: expected one of `>`, `const`, identifier, or lifetime, found `,`
+error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `,`
   --> $DIR/issue-20616-9.rs:34:15
    |
 LL | type Type_9<T,,> = Box<T>;
-   |               ^ expected one of `>`, `const`, identifier, or lifetime
+   |               ^ expected one of `#`, `>`, `const`, identifier, or lifetime
 
 error: aborting due to previous error