self-hosted: add DeviceBusy as a BuildError
parent
0eba5b6744
commit
f301474531
|
@ -300,6 +300,7 @@ pub const Compilation = struct {
|
||||||
UserResourceLimitReached,
|
UserResourceLimitReached,
|
||||||
InvalidUtf8,
|
InvalidUtf8,
|
||||||
BadPathName,
|
BadPathName,
|
||||||
|
DeviceBusy,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const Event = union(enum) {
|
pub const Event = union(enum) {
|
||||||
|
|
Loading…
Reference in New Issue