blob: a86c1b93a73b885afb4f6818dc672d2e8ecef735 [file] [log] [blame]
error: lifetime may not live long enough
--> $DIR/variance-use-covariant-struct-1.rs:10:5
|
LL | fn foo<'min,'max>(v: SomeStruct<&'min ()>)
| ---- ---- lifetime `'max` defined here
| |
| lifetime `'min` defined here
...
LL | v
| ^ returning this value requires that `'min` must outlive `'max`
|
= help: consider adding the following bound: `'min: 'max`
error: aborting due to previous error