mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 11:42:28 +00:00
Improve minimal dependency system
This commit is contained in:
@@ -1411,6 +1411,7 @@ void check_stmt_internal(Checker *c, AstNode *node, u32 flags) {
|
||||
if (is_type_string(t)) {
|
||||
val0 = t_rune;
|
||||
val1 = t_int;
|
||||
add_preload_dependency(c, "__string_decode_rune");
|
||||
}
|
||||
break;
|
||||
case Type_Array:
|
||||
|
||||
Reference in New Issue
Block a user