mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Unify this_decode_with_var
This commit is contained in:
parent
b3b6a7ee9f
commit
639df6c8c0
1 changed files with 0 additions and 2 deletions
|
@ -321,8 +321,6 @@ fn decoder_step_field(
|
|||
let this_custom_callback_var;
|
||||
let custom_callback_ret_var;
|
||||
let custom_callback = {
|
||||
let rec_var = env.subs.fresh_unnamed_flex_var(); // TODO unify this
|
||||
|
||||
// \bytes, fmt ->
|
||||
// # Uses a single-branch `when` because `let` is more expensive to monomorphize
|
||||
// # due to checks for polymorphic expressions, and `rec` would be polymorphic.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue