| ... | @@ -5056,7 +5056,8 @@ pub fn generateBuiltinZigSource(comp: *Compilation, allocator: Allocator) Alloca | ... | @@ -5056,7 +5056,8 @@ pub fn generateBuiltinZigSource(comp: *Compilation, allocator: Allocator) Alloca |
| 5056 | \\const std = @import("std"); | 5056 | \\const std = @import("std"); |
| 5057 | \\/// Zig version. When writing code that supports multiple versions of Zig, prefer | 5057 | \\/// Zig version. When writing code that supports multiple versions of Zig, prefer |
| 5058 | \\/// feature detection (i.e. with `@hasDecl` or `@hasField`) over version checks. | 5058 | \\/// feature detection (i.e. with `@hasDecl` or `@hasField`) over version checks. |
| 5059 | \\pub const zig_version = std.SemanticVersion.parse("{s}") catch unreachable; | 5059 | \\pub const zig_version = std.SemanticVersion.parse(zig_version_string) catch unreachable; |
| | 5060 | \\pub const zig_version_string = "{s}"; |
| 5060 | \\pub const zig_backend = std.builtin.CompilerBackend.{}; | 5061 | \\pub const zig_backend = std.builtin.CompilerBackend.{}; |
| 5061 | \\ | 5062 | \\ |
| 5062 | \\pub const output_mode = std.builtin.OutputMode.{}; | 5063 | \\pub const output_mode = std.builtin.OutputMode.{}; |