]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/impl-trait/issues/issue-78722.rs
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / ui / impl-trait / issues / issue-78722.rs
index 78233f300bdd05ab4d6c821adb0d85fb3a11abe5..7b5ab5f229835cd4c021c0d53ce4a9efbf8f7088 100644 (file)
@@ -12,7 +12,6 @@ struct Bug {
         }
         let f: F = async { 1 };
         //~^ ERROR `async` blocks are not allowed in constants
-        //~| ERROR destructor of
         1
     }],
 }