]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/async-await/suggest-missing-await-closure.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / async-await / suggest-missing-await-closure.stderr
index 2703cec581ddfe39fcde31558a2017c8544fa6e6..ed2c4cbfccc9866fa710388ecbc00959f6820ea5 100644 (file)
@@ -11,7 +11,7 @@ LL |         take_u32(x)
    |                  help: consider using `.await` here: `x.await`
    |
    = note:     expected type `u32`
-           found opaque type `impl std::future::Future`
+           found opaque type `impl Future`
 
 error: aborting due to previous error