Skip to content

Commit dd07af0

Browse files
committed
fix build crash part 4
1 parent 11c77b0 commit dd07af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/zig/Ast/Render.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub const Fixups = struct {
4444
/// Change all identifier names matching the key to be value instead.
4545
rename_identifiers: std.StringArrayHashMapUnmanaged([]const u8) = .empty,
4646
/// Convert .#field to .@"#field"
47-
upstream: bool,
47+
upstream: bool = false,
4848

4949
/// All `@import` builtin calls which refer to a file path will be prefixed
5050
/// with this path.

0 commit comments

Comments
 (0)