[fine] This frame should not show up as the ICE panic cause
This commit is contained in:
parent
52e1879ef4
commit
24b827b5ac
1 changed files with 1 additions and 0 deletions
|
|
@ -2813,6 +2813,7 @@ impl Semantics {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[track_caller]
|
||||||
pub fn internal_compiler_error(&self, tr: Option<TreeRef>, message: &str) -> ! {
|
pub fn internal_compiler_error(&self, tr: Option<TreeRef>, message: &str) -> ! {
|
||||||
eprintln!("Internal compiler error: {message}!");
|
eprintln!("Internal compiler error: {message}!");
|
||||||
self.dump_compiler_state(tr);
|
self.dump_compiler_state(tr);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue