| author | |
| committer | |
| log | dd54804d8623a6d022dcac63359636b990b926f9 |
| tree | f78465d92ca57aef5774eb7393feeb80efdddfa2 |
| parent | 78f15bc7147da4407f1b896ad76f4c19851bd7b9 |
Done in this separate commit to make rebasing on this branch work
better.1 files changed, 1 insertions(+), 1 deletions(-)
src/Value.zig+1-1| ... | ... | @@ -10,7 +10,7 @@ const Module = @import("Module.zig"); |
| 10 | 10 | const TypedValue = @import("TypedValue.zig"); |
| 11 | 11 | const Sema = @import("Sema.zig"); |
| 12 | 12 | const InternPool = @import("InternPool.zig"); |
| 13 | pub const Value = @This(); | |
| 13 | const Value = @This(); | |
| 14 | 14 | |
| 15 | 15 | /// We are migrating towards using this for every Value object. However, many |
| 16 | 16 | /// values are still represented the legacy way. This is indicated by using |