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 11c77b0 commit dd07af0Copy full SHA for dd07af0
lib/std/zig/Ast/Render.zig
@@ -44,7 +44,7 @@ pub const Fixups = struct {
44
/// Change all identifier names matching the key to be value instead.
45
rename_identifiers: std.StringArrayHashMapUnmanaged([]const u8) = .empty,
46
/// Convert .#field to .@"#field"
47
- upstream: bool,
+ upstream: bool = false,
48
49
/// All `@import` builtin calls which refer to a file path will be prefixed
50
/// with this path.
0 commit comments