Skip to content

Commit ddec63c

Browse files
committed
snapshot
1 parent 3566660 commit ddec63c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

engine/backends/coq/coq/coq_backend.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ struct
623623
^^ break 1))
624624
^^ break 1
625625
^^ CoqNotation.arguments (!^"Build_" ^^ name#p)
626-
arguments_explicity_without_ty (* arguments_explicity_with_ty *)
626+
arguments_explicity_without_ty (* arguments_explicity_with_ty *)
627627
^^ concat_map_with ~pre:(break 1)
628628
(fun (ident, typ, attr) ->
629629
CoqNotation.arguments ident#p arguments_explicity_without_ty)

examples/coverage/src/test_arrays.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// // This function borrows a slice.
32
// fn analyze_slice(slice: &[i32]) {
43
// let _ = slice[0];

test-harness/src/snapshots/toolchain__slices into-coq.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Definition r#unsized '(_ : t_Array (t_Slice t_u8) ((1 : t_usize))) : unit :=
5555
tt.
5656

5757
Definition sized (x : t_Array (t_Array (t_u8) ((4 : t_usize))) ((1 : t_usize))) : unit :=
58-
r#unsized ([unsize (index (x) ((0 : t_usize)))]).
58+
r#unsized ([unsize (Index_f_index (x) ((0 : t_usize)))]).
5959
'''
6060
_CoqProject = '''
6161
-R ./ TODO

0 commit comments

Comments
 (0)