hax
hax copied to clipboard
Debug Asserts with arguments throw an error in F*.
trafficstars
fn f(x:u8) {
debug_assert!(x > 0, "x is {}", x)
}