sat-arithmetic: fix docgen
This commit is contained in:
committed by
Andrew Kelley
parent
bdb90a07bb
commit
6ba9f7474f
@@ -1058,15 +1058,21 @@ fn tokenizeAndPrintRaw(
|
||||
.plus_equal,
|
||||
.plus_percent,
|
||||
.plus_percent_equal,
|
||||
.plus_pipe,
|
||||
.plus_pipe_equal,
|
||||
.minus,
|
||||
.minus_equal,
|
||||
.minus_percent,
|
||||
.minus_percent_equal,
|
||||
.minus_pipe,
|
||||
.minus_pipe_equal,
|
||||
.asterisk,
|
||||
.asterisk_equal,
|
||||
.asterisk_asterisk,
|
||||
.asterisk_percent,
|
||||
.asterisk_percent_equal,
|
||||
.asterisk_pipe,
|
||||
.asterisk_pipe_equal,
|
||||
.arrow,
|
||||
.colon,
|
||||
.slash,
|
||||
@@ -1079,6 +1085,8 @@ fn tokenizeAndPrintRaw(
|
||||
.angle_bracket_left_equal,
|
||||
.angle_bracket_angle_bracket_left,
|
||||
.angle_bracket_angle_bracket_left_equal,
|
||||
.angle_bracket_angle_bracket_left_pipe,
|
||||
.angle_bracket_angle_bracket_left_pipe_equal,
|
||||
.angle_bracket_right,
|
||||
.angle_bracket_right_equal,
|
||||
.angle_bracket_angle_bracket_right,
|
||||
|
||||
@@ -448,4 +448,4 @@ zig_shl_sat_s(i64, int64_t, 63)
|
||||
zig_shl_sat_s(isize, intptr_t, 63)
|
||||
zig_shl_sat_s(short, short, 15)
|
||||
zig_shl_sat_s(int, int, 31)
|
||||
zig_shl_sat_s(long, long, 63)
|
||||
zig_shl_sat_s(long, long, 63)
|
||||
|
||||
Reference in New Issue
Block a user