]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-54943.nll.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-54943.nll.stderr
CommitLineData
48663c56
XL
1error: lifetime may not live long enough
2 --> $DIR/issue-54943.rs:6:13
3 |
4LL | fn boo<'a>() {
5 | -- lifetime `'a` defined here
6...
7LL | let x = foo::<&'a u32>();
8 | ^^^^^^^^^^^^^^ requires that `'a` must outlive `'static`
9
10error: aborting due to previous error
11