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.
pub fn assert_internal(cond: bool, msg: &str) -> HintedStrResult<()>Asserts a condition, generating an internal compiler error with the provided message on failure.