]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues-71798.rs
Rollup merge of #98640 - cuviper:stable-rust-analyzer, r=Mark-Simulacrum
[rust.git] / src / test / ui / issues-71798.rs
index fde59f39b1cd9017e8ed309f4eb6d79bf3c6bea5..14b6c0f35812f8a3e0f67f85650ebccdaa866116 100644 (file)
@@ -1,6 +1,5 @@
 fn test_ref(x: &u32) -> impl std::future::Future<Output = u32> + '_ {
     //~^ ERROR `u32` is not a future
-    //~| ERROR `u32` is not a future
     *x
 }