authorgravatar for yujiri@disroot.orgEvin Yulo <yujiri@disroot.org> 2023-06-25 07:50:56-04:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2023-06-25 21:13:56+03:00
log17e12960b5c12dd1dfb68940e70e9541dda856a2
tree73aad04d71a493bff4e9e3ccfaf5914a050dd107
parent3f04231600e7ec2e16f5fb33f2e81eea24bdc41b

remove mention of stage1 from langref


1 files changed, 0 insertions(+), 1 deletions(-)

doc/langref.html.in-1
...@@ -11724,7 +11724,6 @@ fn readU32Be() u32 {}...@@ -11724,7 +11724,6 @@ fn readU32Be() u32 {}
11724 </p>11724 </p>
11725 <p>11725 <p>
11726 Note that running <kbd>zig fmt</kbd> on a source file will implement all recommendations mentioned here.11726 Note that running <kbd>zig fmt</kbd> on a source file will implement all recommendations mentioned here.
11727 Note also that the stage1 compiler does <a href="https://github.com/ziglang/zig/wiki/FAQ#why-does-zig-force-me-to-use-spaces-instead-of-tabs">not yet support CR or HT</a> control characters.
11728 </p>11727 </p>
11729 <p>11728 <p>
11730 Note that a tool reading Zig source code can make assumptions if the source code is assumed to be correct Zig code.11729 Note that a tool reading Zig source code can make assumptions if the source code is assumed to be correct Zig code.