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