model-checking/verify-rust-std

Add runtime implementation of requires and ensures

Opened this issue · 0 comments

At runtime, the safety::requires and safety::ensures attributes could be converted into assert_unsafe_preconditions.