Skip to content

Commit

Permalink
Update compiler/noirc_evaluator/src/ssa/checks/check_for_underconstra…
Browse files Browse the repository at this point in the history
…ined_values.rs

Co-authored-by: Akosh Farkash <[email protected]>
  • Loading branch information
rkarabut and aakoshh authored Dec 5, 2024
1 parent e4c7bde commit 4661ee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ impl DependencyContext {
| Value::NumericConstant { .. }
| Value::Param { .. } => {
panic!(
"should not be able to call {func_id} in function {}",
"calling non-function value with ID {func_id} in function {}",
function.name()
);
}
Expand Down

0 comments on commit 4661ee5

Please sign in to comment.