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