]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-await/suggest-missing-await.rs
Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm
[rust.git] / src / test / ui / async-await / suggest-missing-await.rs
index 046f1dfea323878d1d1725abfac6ab76c724fbc4..796f82e779c2b901b8b2eacbac795cb47de33da4 100644 (file)
@@ -22,6 +22,7 @@ async fn suggest_await_in_async_fn_return() {
     dummy()
     //~^ ERROR mismatched types [E0308]
     //~| HELP consider `await`ing on the `Future`
+    //~| HELP consider using a semicolon here
     //~| SUGGESTION .await
 }