Skip to content

Commit 9395a8f

Browse files
committed
rename Bind to EarlyBind and remove mask in favor of just being able to bind leading arguments
1 parent 9b3a2af commit 9395a8f

File tree

6 files changed

+302
-247
lines changed

6 files changed

+302
-247
lines changed

third_party/move/move-compiler-v2/src/bytecode_generator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ impl<'env> Generator<'env> {
792792
self.gen_function_call(targets, id, m.qualified(*f), args)
793793
},
794794
// TODO(LAMBDA)
795-
Operation::Bind(_mask) => self.error(
795+
Operation::EarlyBind => self.error(
796796
id,
797797
"Function-typed values not yet supported except as parameters to calls to inline functions",
798798
),

0 commit comments

Comments
 (0)