2022-04-28 06:48:54 -05:00
|
|
|
error: lifetime may not live long enough
|
|
|
|
--> $DIR/issue-57280-1-flipped.rs:17:9
|
|
|
|
|
|
|
|
|
LL | fn foo<'a>(x: &'static u32) {
|
|
|
|
| -- lifetime `'a` defined here
|
|
|
|
LL | match x {
|
|
|
|
LL | <() as Foo<'a>>::C => { }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^ type annotation requires that `'a` must outlive `'static`
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-04-28 06:48:54 -05:00
|
|
|
|