ノYuh
ノYuh
### Zig Version 0.10.0-dev.3315+1a16b7214 ### Steps to Reproduce ```zig pub fn foo() !void { try return bar(); } pub fn bar() !void { } ``` which could result in multiple...
### Zig Version 0.10.0-dev.3685+dae7aeb33 ### Zig Language Server Version 8cf96fe27cfd235acdf301728f9cce7a7b265ca3 ### Steps to Reproduce Use [Helix](https://helix-editor.com) (`v22.05`), `build_runner.zig` in the same directory as `zls` and `zls` is in `$PATH`. ZLS...
Example code ```c // typedef struct Image* Image; // ^ This works fine, but my auto-completion complaining for some reason. // So i have to prepend with '_' typedef struct...
Wait until genny resolve use-after-free problem on `pixie_take_error`