We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18479a commit 31a8da9Copy full SHA for 31a8da9
CoqOfRust/move_sui/simulations/move_vm_types/values/values_impl.v
@@ -669,7 +669,6 @@ Module Impl_IndexedRef.
669
| _ => Result.Err $ PartialVMError.new StatusCode.UNKNOWN_INVARIANT_VIOLATION_ERROR
670
end
671
end.
672
- (* TO BE CHECKED -> If out of bounds -> returns array[0], in Rust, does it Panic? *)
673
674
Definition write_ref (self : Self) (x : Value.t) : PartialVMResult.t unit. Admitted.
675
0 commit comments