sat-arithmetic: fix docgen

This commit is contained in:
Travis Staloch
2021-09-08 18:47:11 -07:00
committed by Andrew Kelley
parent bdb90a07bb
commit 6ba9f7474f
2 changed files with 9 additions and 1 deletions

View File

@@ -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,

View File

@@ -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)