mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Appease clippy
This commit is contained in:
parent
a35cc321ab
commit
c261766681
6 changed files with 17 additions and 21 deletions
|
@ -120,7 +120,7 @@ fn exportDecFn(comptime func: anytype, comptime func_name: []const u8) void {
|
|||
exportBuiltinFn(func, "dec." ++ func_name);
|
||||
}
|
||||
|
||||
// Cusotm panic function, as builtin Zig version errors during LLVM verification
|
||||
// Custom panic function, as builtin Zig version errors during LLVM verification
|
||||
pub fn panic(message: []const u8, stacktrace: ?*std.builtin.StackTrace) noreturn {
|
||||
std.debug.print("{s}: {?}", .{ message, stacktrace });
|
||||
unreachable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue