mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 20:17:48 +00:00
SOA Struct support intrinsics.soa_struct
This commit is contained in:
@@ -293,6 +293,9 @@ Type *check_assignment_variable(CheckerContext *ctx, Operand *lhs, Operand *rhs)
|
||||
break;
|
||||
}
|
||||
|
||||
case Addressing_SoaVariable:
|
||||
break;
|
||||
|
||||
default: {
|
||||
if (lhs->expr->kind == Ast_SelectorExpr) {
|
||||
// NOTE(bill): Extra error checks
|
||||
|
||||
Reference in New Issue
Block a user