mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Add more uses of #no_capture
This commit is contained in:
@@ -51,7 +51,7 @@ common_prefix :: proc(strs: []string) -> string {
|
||||
return prefix
|
||||
}
|
||||
|
||||
errorf :: proc(format: string, args: ..any) -> ! {
|
||||
errorf :: proc(format: string, #no_capture args: ..any) -> ! {
|
||||
fmt.eprintf("%s ", os.args[0])
|
||||
fmt.eprintf(format, ..args)
|
||||
fmt.eprintln()
|
||||
|
||||
Reference in New Issue
Block a user