]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-46983.nll.stderr
New upstream version 1.60.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-46983.nll.stderr
1 error: lifetime may not live long enough
2 --> $DIR/issue-46983.rs:2:5
3 |
4 LL | fn foo(x: &u32) -> &'static u32 {
5 | - let's call the lifetime of this reference `'1`
6 LL | &*x
7 | ^^^ returning this value requires that `'1` must outlive `'static`
8
9 error: aborting due to previous error
10