add another BuildError code

This commit is contained in:
Andrew Kelley 2018-07-02 15:25:23 -04:00
parent 96a6bc57d2
commit 2da999372a

View File

@ -114,6 +114,7 @@ pub const Module = struct {
DiskQuota,
InputOutput,
NoStdHandles,
Overflow,
};
pub const Event = union(enum) {