use #exists to provide good errors for common missing libraries

This commit is contained in:
Laytan Laats
2024-06-04 19:32:23 +02:00
parent b47a15733d
commit 3e159736cd
24 changed files with 143 additions and 110 deletions

View File

@@ -8330,6 +8330,7 @@ gb_internal ExprKind check_basic_directive_expr(CheckerContext *c, Operand *o, A
name == "assert" ||
name == "defined" ||
name == "config" ||
name == "exists" ||
name == "load" ||
name == "load_hash" ||
name == "load_directory" ||