Skip to content

Commit 462136a

Browse files
committed
Auto merge of rust-lang#9121 - alex-semenyuk:fix_ui_test_cast_32_bits, r=flip1995
Fix stderr for cast_size_32bit changelog: fix stderr for cast_size_32bit
2 parents 48e527e + 2ccb054 commit 462136a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/cast_size_32bit.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ LL | 3_999_999_999usize as f64;
114114
|
115115
= note: `-D clippy::unnecessary-cast` implied by `-D warnings`
116116

117-
error: aborting due to 20 previous errors
117+
error: aborting due to 18 previous errors
118118

0 commit comments

Comments
 (0)