mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +00:00
Correct tuple name checking for doc writing
This commit is contained in:
@@ -9,7 +9,7 @@ struct Ast;
|
||||
struct HashKey;
|
||||
struct Type;
|
||||
struct Entity;
|
||||
bool are_types_identical(Type *x, Type *y);
|
||||
bool are_types_identical(Type *x, Type *y, bool check_tuple_names=false);
|
||||
|
||||
struct Complex128 {
|
||||
f64 real, imag;
|
||||
|
||||
Reference in New Issue
Block a user