rtic/ui/lockall_lifetime.stderr
2021-11-03 20:58:21 +01:00

8 lines
460 B
Text

error: lifetime may not live long enough
--> ui/lockall_lifetime.rs:20:35
|
20 | let _ = c.shared.lock(|s| s); // lifetime
| -- ^ returning this value requires that `'1` must outlive `'2`
| ||
| |return type of closure is &'2 mut __rtic_internal_fooShared<'_>
| has type `&'1 mut __rtic_internal_fooShared<'_>`