Skip to content

Commit 0f2338b

Browse files
committed
Reset float_mode_exe.zig to syntax highlighting only and explain why in a comment
1 parent dbec9a2 commit 0f2338b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/langref/float_mode_exe.zig

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ pub fn main() void {
99
print("strict = {}\n", .{foo_strict(x)});
1010
}
1111

12-
// exe=succeed
13-
// optimize=ReleaseFast
12+
// syntax
13+
// This file requires the object file of float_mode_obj.zig
14+
// Currently the automatic generation of the langref runs each file independently
15+
// and does therefore not support this use case
16+
// The output for this snippet is written into the langref manually as a workaround

0 commit comments

Comments
 (0)