aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/ui/local-shared.stderr
blob: fceb7630f32c81301ed48c650340c1585be65ba1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
error: Local resource "l1" is used by multiple tasks or collides with multiple definitions
  --> ui/local-shared.rs:22:35
   |
22 |     #[task(priority = 1, local = [l1])]
   |                                   ^^

error: Local resource "l1" is used by multiple tasks or collides with multiple definitions
  --> ui/local-shared.rs:26:35
   |
26 |     #[task(priority = 2, local = [l1])]
   |                                   ^^