Macro ICE

macro_rules! ICE {
    ($($arg:tt)*) => { ... };
}
Expand description

Generates an internal compiler error.