Skip to content

Commit f15f5c4

Browse files
committed
fix
1 parent 466b389 commit f15f5c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/vir/src/modes.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,6 @@ fn check_expr_handle_mut_arg(
12001200
}
12011201
};
12021202

1203-
mode = mode_join(outer_mode, mode);
12041203
if let Some(CtorUpdateTail { place, taken_fields }) = update {
12051204
let place_mode =
12061205
check_place(ctxt, record, typing, outer_mode, place, PlaceAccess::Read)?;

0 commit comments

Comments
 (0)