Skip to content

Commit 955c8ba

Browse files
author
AlexLB99
committed
more formatting fixes
1 parent 0fb5495 commit 955c8ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • library/core/src/intrinsics

library/core/src/intrinsics/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5081,8 +5081,8 @@ mod verify {
50815081
//Note: enumerating these compound types is not currently possible with Kani,
50825082
//we leave these merely as evidence that our validity precondition works
50835083
transmute_unchecked_should_fail!(transmute_unchecked_to_invalid_struct, u16, struct_A);
5084-
transmute_unchecked_should_fail!(transmute_unchecked_to_invalid_tuple, u16, (u8,bool));
5085-
transmute_unchecked_should_fail!(transmute_unchecked_to_invalid_array, u16, [bool;2]);
5084+
transmute_unchecked_should_fail!(transmute_unchecked_to_invalid_tuple, u16, (u8, bool));
5085+
transmute_unchecked_should_fail!(transmute_unchecked_to_invalid_array, u16, [bool; 2]);
50865086

50875087
//tests that transmute works correctly when transmuting something with zero size
50885088
#[kani::proof_for_contract(transmute_unchecked_wrapper)]

0 commit comments

Comments
 (0)