mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
Merge pull request #279 from chriseth/clarify_erorr
Clarify error message.
This commit is contained in:
@@ -326,7 +326,7 @@ impl<T: FieldElement> ASMPILConverter<T> {
|
||||
let output = instr.outputs[0].clone();
|
||||
assert!(
|
||||
output == assign_reg,
|
||||
"{output} vs {assign_reg} in {instr_name}",
|
||||
"The instruction {instr_name} uses the assignment register {output}, but the caller uses {assign_reg} to further process the value.",
|
||||
);
|
||||
|
||||
let mut args = args;
|
||||
|
||||
Reference in New Issue
Block a user