add another BuildError code

master
Andrew Kelley 2018-07-02 15:25:23 -04:00
parent 96a6bc57d2
commit 2da999372a
1 changed files with 1 additions and 0 deletions

View File

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