Compare commits

..

No commits in common. "a5173be6808d4e058b3cc21924fd8228d05bbf31" and "52e1879ef4475c242b1924ff5b5037bf2ccda451" have entirely different histories.

View file

@ -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);