Skip to content

Commit

Permalink
Rollup merge of rust-lang#131391 - ChaiTRex:isqrt, r=scottmcm,tgross35
Browse files Browse the repository at this point in the history
Stabilize `isqrt` feature

Stabilizes the `isqrt` feature. FCP is incomplete.

Closes rust-lang#116226
  • Loading branch information
matthiaskrgr authored Oct 28, 2024
2 parents 9e36f89 + b95aa31 commit 303ab51
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 93 deletions.
1 change: 0 additions & 1 deletion tests/ui/cast.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//@no-rustfix

#![feature(repr128)]
#![feature(isqrt)]
#![allow(incomplete_features)]
#![warn(
clippy::cast_precision_loss,
Expand Down
Loading

0 comments on commit 303ab51

Please sign in to comment.