| ... | @@ -6067,7 +6067,7 @@ pub const TypeInfo = union(TypeId) { | ... | @@ -6067,7 +6067,7 @@ pub const TypeInfo = union(TypeId) { |
| 6067 | {#code_begin|syntax#} | 6067 | {#code_begin|syntax#} |
| 6068 | const Builder = @import("std").build.Builder; | 6068 | const Builder = @import("std").build.Builder; |
| 6069 | | 6069 | |
| 6070 | pub fn build(b: &Builder) void { | 6070 | pub fn build(b: *Builder) void { |
| 6071 | const exe = b.addExecutable("example", "example.zig"); | 6071 | const exe = b.addExecutable("example", "example.zig"); |
| 6072 | exe.setBuildMode(b.standardReleaseOptions()); | 6072 | exe.setBuildMode(b.standardReleaseOptions()); |
| 6073 | b.default_step.dependOn(&exe.step); | 6073 | b.default_step.dependOn(&exe.step); |