diff --git a/compiler/can/src/pattern.rs b/compiler/can/src/pattern.rs index e2da660297..e06f695b29 100644 --- a/compiler/can/src/pattern.rs +++ b/compiler/can/src/pattern.rs @@ -47,7 +47,6 @@ pub enum Pattern { // for the expression from the opaque definition. `type_arguments` is something like // [(n, fresh1)], and `specialized_def_type` becomes "[ Id U64 fresh1 ]". specialized_def_type: Box, - // Fresh type variable and any ability it is bound to type_arguments: Vec, lambda_set_variables: Vec, },