]> git.proxmox.com Git - rustc.git/blame - src/test/ui/hrtb/hrtb-just-for-static.nll.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / hrtb / hrtb-just-for-static.nll.stderr
CommitLineData
f035d41b
XL
1error: higher-ranked subtype error
2 --> $DIR/hrtb-just-for-static.rs:24:5
3 |
4LL | want_hrtb::<StaticInt>()
5 | ^^^^^^^^^^^^^^^^^^^^^^^^
6
7error: lifetime may not live long enough
8 --> $DIR/hrtb-just-for-static.rs:30:5
9 |
10LL | fn give_some<'a>() {
11 | -- lifetime `'a` defined here
12LL | want_hrtb::<&'a u32>()
13 | ^^^^^^^^^^^^^^^^^^^^ requires that `'a` must outlive `'static`
14 |
15 = help: consider replacing `'a` with `'static`
16
17error: higher-ranked subtype error
18 --> $DIR/hrtb-just-for-static.rs:30:5
19 |
20LL | want_hrtb::<&'a u32>()
21 | ^^^^^^^^^^^^^^^^^^^^
22
23error: aborting due to 3 previous errors
24