We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a955a2 + a55ae54 commit 00e15d1Copy full SHA for 00e15d1
core/src/num/f16.rs
@@ -803,7 +803,7 @@ impl f16 {
803
/// ```
804
#[inline]
805
#[unstable(feature = "f16", issue = "116909")]
806
- #[rustc_const_unstable(feature = "f128", issue = "116909")]
+ #[rustc_const_unstable(feature = "f16", issue = "116909")]
807
pub const fn midpoint(self, other: f16) -> f16 {
808
const LO: f16 = f16::MIN_POSITIVE * 2.;
809
const HI: f16 = f16::MAX / 2.;
0 commit comments