mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
self-hosted: add DeviceBusy as a BuildError
This commit is contained in:
parent
0eba5b6744
commit
f301474531
@ -300,6 +300,7 @@ pub const Compilation = struct {
|
||||
UserResourceLimitReached,
|
||||
InvalidUtf8,
|
||||
BadPathName,
|
||||
DeviceBusy,
|
||||
};
|
||||
|
||||
pub const Event = union(enum) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user