aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/tests/ui/nonstatic_ref_anon_nested.stderr
blob: 79f262e6bbc73de0e0917d190c0785915bdda555 (plain)
1
2
3
4
5
error: Arguments for tasks must live forever. Try using the `'static` lifetime.
 --> tests/ui/nonstatic_ref_anon_nested.rs:4:28
  |
4 | async fn foo(_x: &'static &'_ u32) {}
  |                            ^^