]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/async-await/issue-64130-3-other.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / async-await / issue-64130-3-other.rs
index b819970d59d50d07e10885179dc2c30bccc9b45b..133152c309a83ef7ba46ae59bfb803ea0d139d66 100644 (file)
@@ -22,5 +22,5 @@ async fn baz() { }
 
 fn main() {
     is_qux(bar());
-    //~^ ERROR the trait bound `Foo: Qux` is not satisfied in `impl std::future::Future`
+    //~^ ERROR the trait bound `Foo: Qux` is not satisfied in `impl Future`
 }