]> git.proxmox.com Git - rustc.git/blob - src/test/ui/nll/issue-57280-1-flipped.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / issue-57280-1-flipped.stderr
1 error: lifetime may not live long enough
2 --> $DIR/issue-57280-1-flipped.rs:17:9
3 |
4 LL | fn foo<'a>(x: &'static u32) {
5 | -- lifetime `'a` defined here
6 LL | match x {
7 LL | <() as Foo<'a>>::C => { }
8 | ^^^^^^^^^^^^^^^^^^ type annotation requires that `'a` must outlive `'static`
9
10 error: aborting due to previous error
11