authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-12-21 23:01:21-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-12-21 23:01:21-05:00
logf301474531fc640729aaa52d66209317c76367c8
tree46944f90928b3e9aef809ec98d5764dd7614efd7
parent0eba5b6744c51892348a7b71726891189b0af7d8
signature Commit is signed but in an unrecognized format.

self-hosted: add DeviceBusy as a BuildError


1 files changed, 1 insertions(+), 0 deletions(-)

src-self-hosted/compilation.zig+1
......@@ -300,6 +300,7 @@ pub const Compilation = struct {
300300 UserResourceLimitReached,
301301 InvalidUtf8,
302302 BadPathName,
303 DeviceBusy,
303304 };
304305
305306 pub const Event = union(enum) {