commit 17e12960b5c12dd1dfb68940e70e9541dda856a2 (tree)
parent 3f04231600e7ec2e16f5fb33f2e81eea24bdc41b
Author: Evin Yulo <yujiri@disroot.org>
Date: Sun, 25 Jun 2023 07:50:56 -0400
remove mention of stage1 from langref
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/doc/langref.html.in b/doc/langref.html.in
@@ -11724,7 +11724,6 @@ fn readU32Be() u32 {}
</p>
<p>
Note that running <kbd>zig fmt</kbd> on a source file will implement all recommendations mentioned here.
- 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.
</p>
<p>
Note that a tool reading Zig source code can make assumptions if the source code is assumed to be correct Zig code.