mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Check for illegal use of distinct
This commit is contained in:
@@ -10788,6 +10788,7 @@ gb_internal ExprKind check_expr_base_internal(CheckerContext *c, Operand *o, Ast
|
|||||||
return Expr_Expr;
|
return Expr_Expr;
|
||||||
case_end;
|
case_end;
|
||||||
|
|
||||||
|
case Ast_DistinctType:
|
||||||
case Ast_TypeidType:
|
case Ast_TypeidType:
|
||||||
case Ast_PolyType:
|
case Ast_PolyType:
|
||||||
case Ast_ProcType:
|
case Ast_ProcType:
|
||||||
|
|||||||
Reference in New Issue
Block a user