]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-await/no-unsafe-async.rs
Auto merge of #103217 - mejrs:track, r=eholk
[rust.git] / src / test / ui / async-await / no-unsafe-async.rs
index 1ac1bdffda9476615be71d2c28f92504e19985f5..f40154e16f34eddd16ec3ec6ffdc3d7f2cacbdb0 100644 (file)
@@ -8,4 +8,4 @@ impl S {
 }
 
 #[cfg(FALSE)]
-unsafe async fn f() {} //~ ERROR expected one of `extern`, `fn`, or `{`, found keyword `async`
+unsafe async fn f() {} //~ ERROR expected one of `extern` or `fn`, found keyword `async`