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