Skip to content

Commit ed73023

Browse files
committedApr 14, 2020
Update stderrs after rebase.
1 parent 99492e4 commit ed73023

3 files changed

+6
-0
lines changed
 

‎src/test/ui/lint/lint-exceeding-bitshifts.noopt.stderr

+2
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,5 @@ warning: this arithmetic operation will overflow
148148
LL | let n = 1_usize << BITS;
149149
| ^^^^^^^^^^^^^^^ attempt to shift left with overflow
150150

151+
warning: 24 warnings emitted
152+

‎src/test/ui/lint/lint-exceeding-bitshifts.opt.stderr

+2
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,5 @@ warning: this arithmetic operation will overflow
148148
LL | let n = 1_usize << BITS;
149149
| ^^^^^^^^^^^^^^^ attempt to shift left with overflow
150150

151+
warning: 24 warnings emitted
152+

‎src/test/ui/lint/lint-exceeding-bitshifts.opt_with_overflow_checks.stderr

+2
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,5 @@ warning: this arithmetic operation will overflow
148148
LL | let n = 1_usize << BITS;
149149
| ^^^^^^^^^^^^^^^ attempt to shift left with overflow
150150

151+
warning: 24 warnings emitted
152+

0 commit comments

Comments
 (0)