| author | |
| committer | |
| log | 06e8c2e5194439ce5b66f18fcf60108604449957 |
| tree | 9098cfd4da38ff68ffb94262e05222e66e98938d |
| parent | bd282d6cca226c0b02af193f9c3cf0da5f6ea46d |
See #11731 files changed, 1 insertions(+), 0 deletions(-)
src-self-hosted/module.zig+1| ... | ... | @@ -115,6 +115,7 @@ pub const Module = struct { |
| 115 | 115 | InputOutput, |
| 116 | 116 | NoStdHandles, |
| 117 | 117 | Overflow, |
| 118 | NotSupported, | |
| 118 | 119 | }; |
| 119 | 120 | |
| 120 | 121 | pub const Event = union(enum) { |