]> git.proxmox.com Git - rustc.git/blame - src/test/ui/regions/regions-infer-bound-from-trait-self.nll.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / regions / regions-infer-bound-from-trait-self.nll.stderr
CommitLineData
48663c56 1error[E0309]: the parameter type `Self` may not live long enough
04454e1e 2 --> $DIR/regions-infer-bound-from-trait-self.rs:50:9
48663c56
XL
3 |
4LL | check_bound(x, self)
5 | ^^^^^^^^^^^^^^^^^^^^
6 |
7 = help: consider adding an explicit lifetime bound `Self: 'a`...
04454e1e 8 = note: ...so that the type `Self` will meet its required lifetime bounds
48663c56
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0309`.