mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Disallow casting between cstring and []u8
This commit is contained in:
@@ -173,6 +173,8 @@ enum ProcCallingConvention {
|
||||
enum StmtStateFlag {
|
||||
StmtStateFlag_bounds_check = 1<<0,
|
||||
StmtStateFlag_no_bounds_check = 1<<1,
|
||||
|
||||
StmtStateFlag_no_deferred = 1<<5,
|
||||
};
|
||||
|
||||
enum FieldFlag {
|
||||
|
||||
Reference in New Issue
Block a user