]> git.proxmox.com Git - rustc.git/blob - src/test/ui/regions/regions-bounded-method-type-parameters.nll.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / regions / regions-bounded-method-type-parameters.nll.stderr
1 error: lifetime may not live long enough
2 --> $DIR/regions-bounded-method-type-parameters.rs:16:9
3 |
4 LL | fn caller<'a>(x: &isize) {
5 | -- lifetime `'a` defined here
6 LL | Foo.some_method::<&'a isize>();
7 | ^^^^^^^^^^^ requires that `'a` must outlive `'static`
8
9 error: aborting due to previous error
10