summaryrefslogtreecommitdiffstats
path: root/src/test/ui/higher-rank-trait-bounds/issue-59311.stderr
blob: c01ab8e347c6c11b3ab6a0490e93a05059962329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
error: higher-ranked lifetime error
  --> $DIR/issue-59311.rs:17:5
   |
LL |     v.t(|| {});
   |     ^^^^^^^^^^
   |
   = note: could not prove `[closure@$DIR/issue-59311.rs:17:9: 17:11] well-formed`

error: higher-ranked lifetime error
  --> $DIR/issue-59311.rs:17:9
   |
LL |     v.t(|| {});
   |         ^^^^^
   |
   = note: could not prove `for<'a> &'a V: 'static`

error: aborting due to 2 previous errors