hax icon indicating copy to clipboard operation
hax copied to clipboard

Debug Asserts with arguments throw an error in F*.

Open karthikbhargavan opened this issue 1 year ago • 1 comments
trafficstars

fn f(x:u8) {
    debug_assert!(x > 0, "x is {}", x)
}

Open this code snippet in the playground

karthikbhargavan avatar Oct 31 '24 10:10 karthikbhargavan