]> git.lizzy.rs Git - rust.git/blob - src/test/ui/regions/regions-infer-bound-from-trait-self.stderr
Auto merge of #93718 - thomcc:used-macho, r=pnkfelix
[rust.git] / src / test / ui / regions / regions-infer-bound-from-trait-self.stderr
1 error[E0309]: the parameter type `Self` may not live long enough
2   --> $DIR/regions-infer-bound-from-trait-self.rs:46:9
3    |
4 LL |         check_bound(x, self)
5    |         ^^^^^^^^^^^^^^^^^^^^
6    |
7    = help: consider adding an explicit lifetime bound `Self: 'a`...
8    = note: ...so that the type `Self` will meet its required lifetime bounds
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0309`.