mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
Update builtins to use RocStr as panic type
This commit is contained in:
parent
25693f8ffe
commit
f29b85e244
4 changed files with 4 additions and 11 deletions
|
@ -7,7 +7,7 @@ const math = std.math;
|
|||
const always_inline = std.builtin.CallOptions.Modifier.always_inline;
|
||||
const RocStr = str.RocStr;
|
||||
const WithOverflow = utils.WithOverflow;
|
||||
const roc_panic = utils.panic;
|
||||
const roc_panic = @import("panic.zig").panic_help;
|
||||
const U256 = num_.U256;
|
||||
const mul_u128 = num_.mul_u128;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue