]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-20616-6.rs
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-20616-6.rs
index dc327f3f788247631e872e62916b7b4adf79384c..a2c45ecec7a4b21d6c7b8698bda4357713b64596 100644 (file)
@@ -23,7 +23,7 @@ type Type_5_<'a> = Type_1_<'a, ()>;
 
 
 type Type_6 = Type_5_<'a,,>;
-//~^ error: expected one of `>`, const, identifier, lifetime, or type, found `,`
+//~^ error: expected one of `>`, a const expression, lifetime, or type, found `,`
 
 
 //type Type_7 = Box<(),,>; // error: expected type, found `,`