From 17e12960b5c12dd1dfb68940e70e9541dda856a2 Mon Sep 17 00:00:00 2001 From: Evin Yulo Date: Sun, 25 Jun 2023 07:50:56 -0400 Subject: [PATCH] remove mention of stage1 from langref --- doc/langref.html.in | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index 1ebc737b18..dcb9dde7f8 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -11724,7 +11724,6 @@ fn readU32Be() u32 {}

Note that running zig fmt on a source file will implement all recommendations mentioned here. - Note also that the stage1 compiler does not yet support CR or HT control characters.

Note that a tool reading Zig source code can make assumptions if the source code is assumed to be correct Zig code.