]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/self/arbitrary_self_types_pin_lifetime_impl_trait-async.nll.stderr
Rollup merge of #87346 - rylev:rename-force-warn, r=nikomatsakis
[rust.git] / src / test / ui / self / arbitrary_self_types_pin_lifetime_impl_trait-async.nll.stderr
index f2e556c63cbf3774bcfed5881f6b4114a0e844dd..a678731934f6e0e75a75cb6fc6bd453a54dadc3a 100644 (file)
@@ -9,7 +9,7 @@ LL |     async fn f(self: Pin<&Self>) -> impl Clone { self }
 help: to allow this `impl Trait` to capture borrowed data with lifetime `'1`, add `'_` as a bound
    |
 LL |     async fn f(self: Pin<&Self>) -> impl Clone + '_ { self }
-   |                                     ^^^^^^^^^^^^^^^
+   |                                                ^^^^
 
 error: aborting due to previous error