File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1787,6 +1787,8 @@ extern "rust-intrinsic" {
1787
1787
/// so this rounds half-way cases to the number with an even least significant digit.
1788
1788
///
1789
1789
/// May raise an inexact floating-point exception if the argument is not an integer.
1790
+ /// However, Rust assumes floating-point exceptions cannot be observed, so this is not something that
1791
+ /// can actually be used from Rust code.
1790
1792
///
1791
1793
/// The stabilized version of this intrinsic is
1792
1794
/// [`f32::round_ties_even`](../../std/primitive.f32.html#method.round_ties_even)
@@ -1796,6 +1798,8 @@ extern "rust-intrinsic" {
1796
1798
/// so this rounds half-way cases to the number with an even least significant digit.
1797
1799
///
1798
1800
/// May raise an inexact floating-point exception if the argument is not an integer.
1801
+ /// However, Rust assumes floating-point exceptions cannot be observed, so this is not something that
1802
+ /// can actually be used from Rust code.
1799
1803
///
1800
1804
/// The stabilized version of this intrinsic is
1801
1805
/// [`f64::round_ties_even`](../../std/primitive.f64.html#method.round_ties_even)
You can’t perform that action at this time.
0 commit comments