summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/collectivity-regression.stderr
blob: a858dd7fddcd28233506d5b7dc3f9c5c9c290e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: `T` does not live long enough
  --> $DIR/collectivity-regression.rs:15:5
   |
LL | /     || {
LL | |
LL | |         //
LL | |         // FIXME(#98437). This regressed at some point and
LL | |         // probably should work.
LL | |         let _x = x;
LL | |     };
   | |_____^

error: aborting due to previous error