Sobeston / zig.guide

Repo for https://zig.guide content. Get up to speed with Zig quickly.
https://zig.guide
MIT License
647 stars 170 forks source link

showcase for error union is ignored #257

Open NikitaIT opened 1 month ago

NikitaIT commented 1 month ago

I forgot to write "try" in my first test and this error was a bit unexpected because in other languages ​​you don't need "try/catch" for assert.