diff --git a/src/Value.zig b/src/Value.zig index b9afc7805f7f5c8e6df48a0b5635d068c07b0f00..68951d57cdc30dfd12295efafc6cf07c5bf7ccac 100644 --- a/src/Value.zig +++ b/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