Compare commits
2 commits
52e1879ef4
...
a5173be680
| Author | SHA1 | Date | |
|---|---|---|---|
| a5173be680 | |||
| 24b827b5ac |
1 changed files with 2 additions and 0 deletions
|
|
@ -2813,6 +2813,8 @@ impl Semantics {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cold]
|
||||||
|
#[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