mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
11 lines
429 B
Text
11 lines
429 B
Text
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])]
|
|
| ^^
|