From a5173be6808d4e058b3cc21924fd8228d05bbf31 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 6 Apr 2024 15:20:30 -0700 Subject: [PATCH] [fine] ICE should be cold and far away from the world --- fine/src/semantics.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/fine/src/semantics.rs b/fine/src/semantics.rs index 734e3c15..4180389b 100644 --- a/fine/src/semantics.rs +++ b/fine/src/semantics.rs @@ -2813,6 +2813,7 @@ impl Semantics { } } + #[cold] #[track_caller] pub fn internal_compiler_error(&self, tr: Option, message: &str) -> ! { eprintln!("Internal compiler error: {message}!");