]> git.proxmox.com Git - rustc.git/blob - src/test/ui/nll/issue-54779-anon-static-lifetime.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / issue-54779-anon-static-lifetime.stderr
1 error: lifetime may not live long enough
2 --> $DIR/issue-54779-anon-static-lifetime.rs:32:24
3 |
4 LL | cx: &dyn DebugContext,
5 | - let's call the lifetime of this reference `'1`
6 ...
7 LL | bar.debug_with(cx);
8 | ^^ cast requires that `'1` must outlive `'static`
9
10 error: aborting due to previous error
11