From 8e4bdcfb9837d70e94634db02e79a06036a3dde7 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Wed, 25 Oct 2023 11:41:24 +0100 Subject: [PATCH] Remove `disabled` attribute from `unimplemented` --- core/runtime/core_builtin.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/runtime/core_builtin.odin b/core/runtime/core_builtin.odin index 45ecb0a7b..a73a3d712 100644 --- a/core/runtime/core_builtin.odin +++ b/core/runtime/core_builtin.odin @@ -826,7 +826,6 @@ panic :: proc(message: string, loc := #caller_location) -> ! { } @builtin -@(disabled=ODIN_DISABLE_ASSERT) unimplemented :: proc(message := "", loc := #caller_location) -> ! { p := context.assertion_failure_proc if p == nil {