mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
11 lines
359 B
Text
11 lines
359 B
Text
error: Local resource "a" is used by multiple tasks or collides with multiple definitions
|
|
--> ui/local-collision.rs:10:9
|
|
|
|
|
10 | a: u32,
|
|
| ^
|
|
|
|
error: Local resource "a" is used by multiple tasks or collides with multiple definitions
|
|
--> ui/local-collision.rs:16:21
|
|
|
|
|
16 | #[task(local = [a: u8 = 3])]
|
|
| ^
|