File tree Expand file tree Collapse file tree
library/core/src/intrinsics Expand file tree Collapse file tree Original file line number Diff line number Diff 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) ]
You can’t perform that action at this time.
0 commit comments