Kani implementations of mem::size_of_val
and mem::align_of_val
are incorrect for traits
#1074
Labels
mem::size_of_val
and mem::align_of_val
are incorrect for traits
#1074
I added a test case here: tests/kani/Intrinsics/SizeOfVal/fixme_size_of_fat_ptr.rs
It fails due to incorrect implementation of
size_of_val
. See test for more details.The text was updated successfully, but these errors were encountered: