Skip to content

Commit

Permalink
Rollup merge of rust-lang#115477 - kellerkindt:stabilized_int_impl, r…
Browse files Browse the repository at this point in the history
…=dtolnay

Stabilize the `Saturating` type

Closes rust-lang#87920
Closes rust-lang#92354

Stabilization report rust-lang#87920 (comment)
FCP rust-lang#87920 (comment)
  • Loading branch information
Dylan-DPC committed Sep 17, 2023
2 parents 2121629 1c27ba9 commit 66aa7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/arithmetic_side_effects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 10,7 @@
arithmetic_overflow,
unconditional_panic
)]
#![feature(const_mut_refs, inline_const, saturating_int_impl)]
#![feature(const_mut_refs, inline_const)]
#![warn(clippy::arithmetic_side_effects)]

extern crate proc_macro_derive;
Expand Down

0 comments on commit 66aa7f7

Please sign in to comment.