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
The text was updated successfully, but these errors were encountered:
zhassan-aws
changed the title
Tracking issue for verifying the memory safety of the lloc::collections::btree::node module
Tracking issue for verifying the memory safety of the alloc::collections::btree::node module
Jun 26, 2024
This module is used in implementing the
BTreeMap
collection and it contains a lot of unsafe code:https://github.com/rust-lang/rust/blob/fda509e817abeeecb5b76bc1de844f355675c81e/library/alloc/src/collections/btree/node.rs
Link to challenge: https://model-checking.github.io/verify-rust-std/challenges/0004-btree-node.html
EDIT: link to challenge PR: #26
The text was updated successfully, but these errors were encountered: