Commit dd54804d86

Andrew Kelley <andrew@ziglang.org>
2024-02-06 02:14:19
compiler: make Value's self reference non pub
Done in this separate commit to make rebasing on this branch work better.
1 parent 78f15bc
Changed files (1)
src/Value.zig
@@ -10,7 +10,7 @@ const Module = @import("Module.zig");
 const TypedValue = @import("TypedValue.zig");
 const Sema = @import("Sema.zig");
 const InternPool = @import("InternPool.zig");
-pub const Value = @This();
+const Value = @This();
 
 /// We are migrating towards using this for every Value object. However, many
 /// values are still represented the legacy way. This is indicated by using