Unify this_decode_with_var

This commit is contained in:
Richard Feldman 2022-08-12 12:03:21 -04:00 committed by Ayaz Hafiz
parent b3b6a7ee9f
commit 639df6c8c0
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -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.