You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contracts and Harnesses for <*const T>::add, sub and offset (rust-lang#166)
Towards rust-lang#76
**Summary**
* Adds contracts for <*const T>::add, sub and offset.
* Adds proof for contracts for above methods, verifying following
pointee types:
* All integer types
* Tuples (representing composite types)
* Slices
* Unit type
0 commit comments