upgrade enum discriminants

This commit is contained in:
2026-07-17 20:32:12 +02:00
parent 866e28adb8
commit cedc63b28b
19 changed files with 3168 additions and 96 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ hide write func(_ ?@mut anyopaque, handle io.Handle, bytes []u8) usize ! io.Writ
if count >= 0 {
return usize(count)
}
if c.__error()^ != c.EINTR {
if c.__error()?^ != c.EINTR {
return .write_failed
}
}