Skip to content

Commit 303ab51

Browse files
authored
Rollup merge of rust-lang#131391 - ChaiTRex:isqrt, r=scottmcm,tgross35
Stabilize `isqrt` feature Stabilizes the `isqrt` feature. FCP is incomplete. Closes rust-lang#116226
2 parents 9e36f89 + b95aa31 commit 303ab51

File tree

2 files changed

+92
-93
lines changed

2 files changed

+92
-93
lines changed

tests/ui/cast.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//@no-rustfix
22

33
#![feature(repr128)]
4-
#![feature(isqrt)]
54
#![allow(incomplete_features)]
65
#![warn(
76
clippy::cast_precision_loss,

0 commit comments

Comments
 (0)