We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd725c commit d72fb2aCopy full SHA for d72fb2a
README.md
@@ -157,4 +157,4 @@ To fix this, you have 2 options:
157
### Related Projects
158
159
* [zig-mode](https://github.com/AndreaOrru/zig-mode) - Emacs integration
160
- * [zig.vim](https://github.com/andrewrk/zig.vim) - Vim configuration files
+ * [zig.vim](https://github.com/zig-lang/zig.vim) - Vim configuration files
std/debug.zig
@@ -10,7 +10,7 @@ error InvalidDebugInfo;
10
error UnsupportedDebugInfo;
11
12
pub fn assert(ok: bool) {
13
- if (!ok) unreachable
+ if (!ok) unreachable // assertion failure
14
}
15
16
var panicking = false;
0 commit comments