| author | |
| committer | |
| log | f301474531fc640729aaa52d66209317c76367c8 |
| tree | 46944f90928b3e9aef809ec98d5764dd7614efd7 |
| parent | 0eba5b6744c51892348a7b71726891189b0af7d8 |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 1 insertions(+), 0 deletions(-)
src-self-hosted/compilation.zig+1| ... | ... | @@ -300,6 +300,7 @@ pub const Compilation = struct { |
| 300 | 300 | UserResourceLimitReached, |
| 301 | 301 | InvalidUtf8, |
| 302 | 302 | BadPathName, |
| 303 | DeviceBusy, | |
| 303 | 304 | }; |
| 304 | 305 | |
| 305 | 306 | pub const Event = union(enum) { |