Disallow casting between cstring and []u8

This commit is contained in:
gingerBill
2018-12-14 21:58:12 +00:00
parent d29335ecec
commit 9d6666f333
3 changed files with 17 additions and 5 deletions
+2
View File
@@ -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 {