Skip to content

Commit 66aa7f7

Browse files
authored
Rollup merge of rust-lang#115477 - kellerkindt:stabilized_int_impl, r=dtolnay
Stabilize the `Saturating` type Closes rust-lang#87920 Closes rust-lang#92354 Stabilization report rust-lang#87920 (comment) FCP rust-lang#87920 (comment)
2 parents 2121629 + 1c27ba9 commit 66aa7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/arithmetic_side_effects.rs

+1-1
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)