Skip to content

Commit

Permalink
Update compiler/noirc_evaluator/src/ssa/ssa_gen/context.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher authored Jan 8, 2024
1 parent f7ddb93 commit 474aeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/ssa_gen/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ impl<'a> FunctionContext<'a> {
/// Compared to `self.builder.insert_cast`, this version will automatically truncate `value` to be a valid `typ`.
pub(super) fn insert_safe_cast(
&mut self,
value: ValueId,
mut value: ValueId,
typ: Type,
location: Location,
) -> ValueId {
Expand Down

0 comments on commit 474aeaa

Please sign in to comment.