]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-60075.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-60075.rs
index 1f53a92793236f82808a1b9bcba3cf2c32cb8fcd..7d3fc83786e9d40619f520459f4842f50917fddd 100644 (file)
@@ -4,7 +4,7 @@ trait T {
     fn qux() -> Option<usize> {
         let _ = if true {
         });
-//~^ ERROR expected one of `async`, `const`, `extern`, `fn`, `type`, `unsafe`, or `}`, found `;`
+//~^ ERROR expected one of `async`
 //~| ERROR expected one of `.`, `;`, `?`, `else`, or an operator, found `}`
 //~| ERROR expected identifier, found `;`
         Some(4)