Skip to content

Commit 2c57ac5

Browse files
committed
Auto merge of #115909 - Dylan-DPC:rollup-uf96r2d, r=Dylan-DPC
Rollup of 6 pull requests Successful merges: - #114965 (Remove Drop impl of mpsc Receiver and (Sync)Sender) - #115434 (make `Debug` impl for `ascii::Char` match that of `char`) - #115477 (Stabilize the `Saturating` type) - #115611 (add diagnostic for raw identifiers in format string) - #115654 (improve PassMode docs) - #115862 (Migrate `compiler/rustc_hir_typeck/src/callee.rs` to translatable diagnostics) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 2e2ada8 + 3a6e2cf commit 2c57ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/arithmetic_side_effects.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
arithmetic_overflow,
1111
unconditional_panic
1212
)]
13-
#![feature(const_mut_refs, inline_const, saturating_int_impl)]
13+
#![feature(const_mut_refs, inline_const)]
1414
#![warn(clippy::arithmetic_side_effects)]
1515

1616
extern crate proc_macro_derive;

0 commit comments

Comments
 (0)