macro_rules! issue_ice {
( $issues: expr, $spanned:expr ) => { ... };
}
Expand description
Construct an “Internal compiler error” issue, containing the current file and line
macro_rules! issue_ice {
( $issues: expr, $spanned:expr ) => { ... };
}
Construct an “Internal compiler error” issue, containing the current file and line