aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/tests/ui/nonstatic_struct_anon.stderr
blob: 5df2a6e064407c8c5dd4c454c94b283403879231 (plain)
1
2
3
4
5
error: Arguments for tasks must live forever. Try using the `'static` lifetime.
 --> tests/ui/nonstatic_struct_anon.rs:6:23
  |
6 | async fn task(_x: Foo<'_>) {}
  |                       ^^