]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc1598-generic-associated-types/empty_generics.rs
New upstream version 1.34.2+dfsg1
[rustc.git] / src / test / ui / rfc1598-generic-associated-types / empty_generics.rs
index 158ebc7d3888aae5c50bbc7633c701899144ce43..afc27701920dceba2981fc863605d72a445b1c71 100644 (file)
@@ -3,7 +3,7 @@
 
 trait Foo {
     type Bar<,>;
-    //~^ ERROR expected one of `>`, identifier, or lifetime, found `,`
+    //~^ ERROR expected one of `>`, `const`, identifier, or lifetime, found `,`
 }
 
 fn main() {}