[Feature Request] Support same_allocation
for API under implementation with ?Size
type
#3665
Labels
[C] Feature / Enhancement
A new feature request or enhancement to an existing feature.
Hi team,
I am trying to use the
same_allocation
API to verify whether two pointers refer to the same object allocation. However, for the API under the implementationimpl<T: ?Sized> NonNull<T>
, it seems this API is not permitted. Below is the relevant code snippet:This issue is originally discussed in model-checking/verify-rust-std#141
The text was updated successfully, but these errors were encountered: