mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
RFC #207
This commit is contained in:
parent
b150ab29e2
commit
4e51bb68b9
33 changed files with 143 additions and 142 deletions
|
|
@ -50,9 +50,9 @@ pub fn codegen(
|
|||
};
|
||||
|
||||
let symbol = if cfg!(feature = "homogeneous") {
|
||||
util::suffixed(&task.args.binds(name).to_string(), core)
|
||||
util::suffixed(&task.args.binds.to_string(), core)
|
||||
} else {
|
||||
task.args.binds(name).clone()
|
||||
task.args.binds.clone()
|
||||
};
|
||||
let priority = task.args.priority;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue