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
We would like a specialized version of hax_lib::requires that also inserts at the top of the function a assert_debug.
Having this as a separate version let the users write non-Rust code in the hax_lib::requires clauses (e.g. something that would break borrow checking or something that uses fstar!). In the debug version, the user can write only valid Rust code.
The text was updated successfully, but these errors were encountered:
We would like a specialized version of
hax_lib::requires
that also inserts at the top of the function aassert_debug
.Having this as a separate version let the users write non-Rust code in the
hax_lib::requires
clauses (e.g. something that would break borrow checking or something that usesfstar!
). In the debug version, the user can write only valid Rust code.The text was updated successfully, but these errors were encountered: