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
This project aims to implement the owned and alloc_block separation logic assertions in the Rust compiler, as described in MCP #942, to enable the formal specification and verification of unsafe memory manipulation.
Summary
This project aims to implement the
ownedandalloc_blockseparation logic assertions in the Rust compiler, as described in MCP #942, to enable the formal specification and verification of unsafe memory manipulation.