This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2024-11-30 09:02:32 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
87863a834b
zig
/
doc
/
langref
/
single_value_error_set.zig
4 lines
59 B
Zig
Raw
Normal View
History
Unescape
Escape
Build: cleanup * `doc/langref` formatting * upgrade `.{ .path = "..." }` to `b.path("...")` * avoid using arguments named `self` * make `Build.Step.Id` usage more consistent * add `Build.pathResolve` * use `pathJoin` and `pathResolve` everywhere * make sure `Build.LazyPath.getPath2` returns an absolute path
2024-05-04 19:29:17 +01:00
const
err
=
(
error
{
FileNotFound
}
)
.
FileNotFound
;
migrate langref documentation generation to the build system
2024-04-25 01:41:47 +01:00
// syntax
Reference in New Issue
Copy Permalink