refactor with

This commit is contained in:
2026-05-04 15:43:35 +08:00
parent 2656b0bc11
commit b8e14c62a4
13 changed files with 162 additions and 344 deletions
-1
View File
@@ -527,7 +527,6 @@ pub(crate) enum ThunkState<'gc> {
Pending {
ip: usize,
env: GcEnv<'gc>,
with_env: Option<GcWithEnv<'gc>>,
},
Apply {
func: Value<'gc>,