assert_internal

Function assert_internal 

Source
pub fn assert_internal(cond: bool, msg: &str) -> HintedStrResult<()>
Expand description

Asserts a condition, generating an internal compiler error with the provided message on failure.