mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 12:42:52 +01:00
4c2c05a801
rtic-syntax is now part of RTIC repository
11 lines
433 B
Text
11 lines
433 B
Text
error: Local resource "l1" is used by multiple tasks or collides with multiple definitions
|
|
--> $DIR/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
|
|
--> $DIR/local-shared.rs:26:35
|
|
|
|
|
26 | #[task(priority = 2, local = [l1])]
|
|
| ^^
|