]> git.proxmox.com Git - rustc.git/blame - 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
CommitLineData
04454e1e 1error: lifetime may not live long enough
923072b8 2 --> $DIR/issue-54779-anon-static-lifetime.rs:32:24
04454e1e
FG
3 |
4LL | cx: &dyn DebugContext,
5 | - let's call the lifetime of this reference `'1`
6...
7LL | bar.debug_with(cx);
8 | ^^ cast requires that `'1` must outlive `'static`
9
10error: aborting due to previous error
11