mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
5 lines
158 B
Text
5 lines
158 B
Text
error: argument appears more than once
|
|
--> ui/idle-double-shared.rs:5:26
|
|
|
|
|
5 | #[idle(shared = [A], shared = [B])]
|
|
| ^^^^^^
|