]> git.lizzy.rs Git - rust.git/blob - src/test/ui/nll/issue-54779-anon-static-lifetime.stderr
Auto merge of #105121 - oli-obk:simpler-cheaper-dump_mir, r=nnethercote
[rust.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