self-hosted: add DeviceBusy as a BuildError

This commit is contained in:
Andrew Kelley 2018-12-21 23:01:21 -05:00
parent 0eba5b6744
commit f301474531
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -300,6 +300,7 @@ pub const Compilation = struct {
UserResourceLimitReached,
InvalidUtf8,
BadPathName,
DeviceBusy,
};
pub const Event = union(enum) {