From 24b827b5ac653ea2de4571c64390428b3ddda74e Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 6 Apr 2024 15:19:32 -0700 Subject: [PATCH] [fine] This frame should not show up as the ICE panic cause --- fine/src/semantics.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/fine/src/semantics.rs b/fine/src/semantics.rs index 6571c397..734e3c15 100644 --- a/fine/src/semantics.rs +++ b/fine/src/semantics.rs @@ -2813,6 +2813,7 @@ impl Semantics { } } + #[track_caller] pub fn internal_compiler_error(&self, tr: Option, message: &str) -> ! { eprintln!("Internal compiler error: {message}!"); self.dump_compiler_state(tr);