mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
parent
095c956c5c
commit
3ce8d19f76
@ -1064,7 +1064,7 @@ pub const MetadataBlock = struct {
|
||||
pub const Subrange = struct {
|
||||
pub const ops = [_]AbbrevOp{
|
||||
.{ .literal = @intFromEnum(MetadataCode.SUBRANGE) },
|
||||
.{ .literal = 0b10 }, // is distinct | version
|
||||
.{ .literal = 0 | (2 << 1) }, // is distinct | version
|
||||
MetadataAbbrev, // count
|
||||
MetadataAbbrev, // lower bound
|
||||
.{ .literal = 0 }, // upper bound
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user