zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit f301474531fc640729aaa52d66209317c76367c8 (tree)
parent 0eba5b6744c51892348a7b71726891189b0af7d8
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Fri, 21 Dec 2018 23:01:21 -0500

self-hosted: add DeviceBusy as a BuildError

Diffstat:
Msrc-self-hosted/compilation.zig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src-self-hosted/compilation.zig b/src-self-hosted/compilation.zig @@ -300,6 +300,7 @@ pub const Compilation = struct { UserResourceLimitReached, InvalidUtf8, BadPathName, + DeviceBusy, }; pub const Event = union(enum) {