mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
update README
This commit is contained in:
parent
6cd725c24b
commit
d72fb2abad
@ -157,4 +157,4 @@ To fix this, you have 2 options:
|
||||
### Related Projects
|
||||
|
||||
* [zig-mode](https://github.com/AndreaOrru/zig-mode) - Emacs integration
|
||||
* [zig.vim](https://github.com/andrewrk/zig.vim) - Vim configuration files
|
||||
* [zig.vim](https://github.com/zig-lang/zig.vim) - Vim configuration files
|
||||
|
||||
@ -10,7 +10,7 @@ error InvalidDebugInfo;
|
||||
error UnsupportedDebugInfo;
|
||||
|
||||
pub fn assert(ok: bool) {
|
||||
if (!ok) unreachable
|
||||
if (!ok) unreachable // assertion failure
|
||||
}
|
||||
|
||||
var panicking = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user