mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Add #+feature dynamic-literals
This commit is contained in:
@@ -108,7 +108,9 @@ struct AstFile {
|
||||
String package_name;
|
||||
|
||||
u64 vet_flags;
|
||||
u64 feature_flags;
|
||||
bool vet_flags_set;
|
||||
bool feature_flags_set;
|
||||
|
||||
// >= 0: In Expression
|
||||
// < 0: In Control Clause
|
||||
|
||||
Reference in New Issue
Block a user