]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-fn-multiple-lifetimes.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / async-fn-multiple-lifetimes.stderr
index f203d9acf878fe891ce251d7d956b520a66cedc7..1d34673a0050d9a0c4567a5c0394f94eaa278dd4 100644 (file)
@@ -1,8 +1,8 @@
 error[E0709]: multiple different lifetimes used in arguments of `async fn`
-  --> $DIR/async-fn-multiple-lifetimes.rs:17:49
+  --> $DIR/async-fn-multiple-lifetimes.rs:17:47
    |
 LL | async fn multiple_named_lifetimes<'a, 'b>(_: &'a u8, _: &'b u8) {}
-   |                                               --^^^^^^^^^-- different lifetime here
+   |                                               ^^         ^^ different lifetime here
    |                                               |
    |                                               first lifetime here
    |
@@ -12,7 +12,7 @@ error[E0707]: multiple elided lifetimes used in arguments of `async fn`
   --> $DIR/async-fn-multiple-lifetimes.rs:26:39
    |
 LL | async fn multiple_elided_lifetimes(_: &u8, _: &u8) {}
-   |                                       -^^^^^^^- different lifetime here
+   |                                       ^       ^ different lifetime here
    |                                       |
    |                                       first lifetime here
    |