Compare commits
No commits in common. "a5173be6808d4e058b3cc21924fd8228d05bbf31" and "52e1879ef4475c242b1924ff5b5037bf2ccda451" have entirely different histories.
a5173be680
...
52e1879ef4
1 changed files with 0 additions and 2 deletions
|
|
@ -2813,8 +2813,6 @@ 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