mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
compiler: make Value's self reference non pub
Done in this separate commit to make rebasing on this branch work better.
This commit is contained in:
parent
78f15bc714
commit
dd54804d86
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user