mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-04 03:00:20 +00:00
checker: do not register map runtime dependencies under
This commit is contained in:
@@ -8368,6 +8368,10 @@ gb_internal bool check_builtin_procedure(CheckerContext *c, Operand *operand, As
|
||||
gb_string_free(t);
|
||||
return false;
|
||||
}
|
||||
if (build_context.bedrock) {
|
||||
error(call, "'%.*s' is not available when using '-bedrock'", LIT(builtin_name));
|
||||
return false;
|
||||
}
|
||||
|
||||
add_map_key_type_dependencies(c, type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user