mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 01:14:40 +00:00
Change semantics for distinctness for pointers, arrays, dynamic arrays, and maps.
This commit is contained in:
@@ -199,7 +199,7 @@ bool is_type_distinct(AstNode *node) {
|
||||
case AstNode_ArrayType:
|
||||
case AstNode_DynamicArrayType:
|
||||
case AstNode_MapType:
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user