Macro vstd::vpanic

source ·
macro_rules! vpanic {
    ($fmt:expr $(,$val:expr)*) => { ... };
    () => { ... };
}
Expand description

Replace panic macro with vpanic when needed. panic!{} may call panic_fmt with private rt::Argument, which could not be supported in verus.