Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed73023

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

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
 

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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.