rtic/rtic-macros/ui/local-shared.stderr

12 lines
429 B
Text
Raw Permalink Normal View History

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])]
| ^^