mir_fresh_expanded_value
produces value of incorrect type for repr(transparent)
structs
#1973
Labels
subsystem: crucible-mir
Issues related to Rust verification with crucible-mir and/or mir-json
type: bug
Issues reporting bugs or unexpected/unwanted behavior
Given this Rust code:
I would expect this specification for `` to verify:
Surprisingly, it does not:
The use of
repr(transparent)
is key here, as the bug does not occur without it.The text was updated successfully, but these errors were encountered: