We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbec9a2 commit 0f2338bCopy full SHA for 0f2338b
doc/langref/float_mode_exe.zig
@@ -9,5 +9,8 @@ pub fn main() void {
9
print("strict = {}\n", .{foo_strict(x)});
10
}
11
12
-// exe=succeed
13
-// optimize=ReleaseFast
+// syntax
+// 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