]> git.lizzy.rs Git - rust.git/blob - tests/ui/nll/issue-54779-anon-static-lifetime.stderr
Auto merge of #101138 - Rejyr:diagnostic-migration-rustc-lint-pt2, r=davidtwco
[rust.git] / tests / 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