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