Skip to content

Commit

Permalink
Update stderrs after rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
jumbatm committed Apr 14, 2020
1 parent 99492e4 commit ed73023
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/ui/lint/lint-exceeding-bitshifts.noopt.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,5 @@ warning: this arithmetic operation will overflow
LL | let n = 1_usize << BITS;
| ^^^^^^^^^^^^^^^ attempt to shift left with overflow

warning: 24 warnings emitted

2 changes: 2 additions & 0 deletions src/test/ui/lint/lint-exceeding-bitshifts.opt.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,5 @@ warning: this arithmetic operation will overflow
LL | let n = 1_usize << BITS;
| ^^^^^^^^^^^^^^^ attempt to shift left with overflow

warning: 24 warnings emitted

Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,5 @@ warning: this arithmetic operation will overflow
LL | let n = 1_usize << BITS;
| ^^^^^^^^^^^^^^^ attempt to shift left with overflow

warning: 24 warnings emitted

0 comments on commit ed73023

Please sign in to comment.