move hide behind @ and specify with :

This commit is contained in:
2026-08-10 22:45:41 +02:00
parent 5244bfbf1b
commit ba6052eef3
27 changed files with 162 additions and 149 deletions
+1 -1
View File
@@ -1758,7 +1758,7 @@ configure_entry_point :: proc(checker: ^Checker) {
checker.template_diagnostics[main_template] = source.add(
checker.diagnostics,
main.span,
"@std/io does not provide the required 'hide system func() Io' startup implementation",
"@std/io does not provide the required '@hide system func() Io' startup implementation",
)
return
}