summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/bugs/issue-87748.stderr
blob: ac197dfe6ff69ec3bcd8b64508b2f658d24af2ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
error[E0478]: lifetime bound not satisfied
  --> $DIR/issue-87748.rs:18:5
   |
LL |     fn do_sth(_: u32) {}
   |     ^^^^^^^^^^^^^^^^^
   |
note: lifetime parameter instantiated with the anonymous lifetime as defined here
  --> $DIR/issue-87748.rs:18:5
   |
LL |     fn do_sth(_: u32) {}
   |     ^^^^^^^^^^^^^^^^^
note: but lifetime parameter must outlive the anonymous lifetime as defined here
  --> $DIR/issue-87748.rs:18:5
   |
LL |     fn do_sth(_: u32) {}
   |     ^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0478`.