14 lines
383 B
Text
14 lines
383 B
Text
![]() |
error: lifetime may not live long enough
|
||
|
--> $DIR/variance-use-contravariant-struct-1.rs:12:5
|
||
|
|
|
||
|
LL | fn foo<'min,'max>(v: SomeStruct<&'max ()>)
|
||
|
| ---- ---- lifetime `'max` defined here
|
||
|
| |
|
||
|
| lifetime `'min` defined here
|
||
|
...
|
||
|
LL | v
|
||
|
| ^ returning this value requires that `'min` must outlive `'max`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|