self-hosted: add DeviceBusy as a BuildError

master
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
1 changed files with 1 additions and 0 deletions

View File

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