]> git.lizzy.rs Git - rust.git/blob - src/test/ui/nll/issue-54779-anon-static-lifetime.stderr
Add a regression test for #54779
[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:34: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