summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/capture-lifetime-not-in-hir.stderr
blob: 9d52001b02460fea7f99684485765e1102765340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: [o, o]
  --> $DIR/capture-lifetime-not-in-hir.rs:8:29
   |
LL | fn foo<'a, T: Bar<'a>>() -> impl Into<T::Assoc> {
   |                             ^^^^^^^^^^^^^^^^^^^

error: [o, o, o]
  --> $DIR/capture-lifetime-not-in-hir.rs:14:30
   |
LL | fn foo2<'a, T: Bar<'a>>() -> impl Into<T::Assoc> + 'a {
   |                              ^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors