| author | |
| committer | |
| log | 470d0dd9c61571669a41c2e25f9eca66054be784 |
| tree | 4e71d29613746bea60aaa6afba9162cd6dc8671c |
| parent | c4df980ac2678b45dbe6fffbc8d3d96cb28b40ea |
1 files changed, 8 insertions(+), 0 deletions(-)
src/link/Dwarf.zig+8| ... | ... | @@ -49,6 +49,14 @@ pub const UpdateError = error{ |
| 49 | 49 | Underflow, |
| 50 | 50 | UnexpectedEndOfFile, |
| 51 | 51 | NonResizable, |
| 52 | /// TODO why is this in the error set? | |
| 53 | Timeout, | |
| 54 | /// TODO why is this in the error set? | |
| 55 | ConnectionResetByPeer, | |
| 56 | /// TODO why is this in the error set? | |
| 57 | SocketUnconnected, | |
| 58 | /// TODO why is this in the error set? | |
| 59 | NotOpenForWriting, | |
| 52 | 60 | } || |
| 53 | 61 | codegen.GenerateSymbolError || |
| 54 | 62 | Io.File.OpenError || |