This commit is contained in:
Jorge Aparicio 2019-06-20 06:19:59 +02:00
parent b150ab29e2
commit 4e51bb68b9
33 changed files with 143 additions and 142 deletions

View file

@ -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;