Function papyri_lang::errors::ice

source ·
pub fn ice(msg: &str) -> !
Expand description

Reports an internal compiler error, indicating a bug or mistake in the Papyri compiler. Use ice_at instead if the error corresponds with some code in a Papyri source file.