Deprecate opaque in favour of #opaque in the core library

This commit is contained in:
gingerBill
2020-12-04 18:49:39 +00:00
parent 2a232f2397
commit fd453be831
6 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ print_type :: proc "contextless" (ti: ^Type_Info) {
print_byte(']');
case Type_Info_Opaque:
print_string("opaque ");
print_string("#opaque ");
print_type(info.elem);
case Type_Info_Simd_Vector: