mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 14:25:18 +01:00
Move rtic macros to repo root, tune xtask
This commit is contained in:
parent
4124fbdd61
commit
9e445b3583
134 changed files with 31 additions and 29 deletions
11
rtic-macros/ui/local-collision.stderr
Normal file
11
rtic-macros/ui/local-collision.stderr
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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])]
|
||||
| ^
|
||||
Loading…
Add table
Add a link
Reference in a new issue