diff --git a/nac3core/src/typecheck/type_inferencer/mod.rs b/nac3core/src/typecheck/type_inferencer/mod.rs index aa07c225..cdeeeb83 100644 --- a/nac3core/src/typecheck/type_inferencer/mod.rs +++ b/nac3core/src/typecheck/type_inferencer/mod.rs @@ -1973,7 +1973,7 @@ impl<'a> Inferencer<'a> { expected_value_ty, Located { location: pattern.location, - node: ExprKind::List { ctx: ExprContext::Store, elts }, + node: ExprKind::Tuple { ctx: ExprContext::Store, elts }, custom: None, }, ))