mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Give error if raw literal hits EOF, and stop removing .Using if it exists in flags and allowed_flags.
This commit is contained in:
@@ -1564,10 +1564,6 @@ check_field_flag_prefixes :: proc(p: ^Parser, name_count: int, allowed_flags, se
|
||||
}
|
||||
}
|
||||
|
||||
if .Using in allowed_flags && .Using in flags {
|
||||
flags &~= {.Using};
|
||||
}
|
||||
|
||||
return flags;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user