We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c034c commit 7569cf9Copy full SHA for 7569cf9
library/std/src/primitive_docs.rs
@@ -99,6 +99,7 @@ mod prim_bool {}
99
/// at all we know it can never produce a value which isn't a [`u32`]. This illustrates another
100
/// behaviour of the `!` type - expressions with type `!` will coerce into any other type.
101
///
102
+/// [`u32`]: prim@u32
103
/// [`exit`]: process::exit
104
105
/// # `!` and generics
@@ -801,6 +802,7 @@ mod prim_f32 {}
801
802
803
/// *[See also the `std::f64::consts` module][`crate::f64::consts`].*
804
805
+/// [`f32`]: prim@f32
806
/// [wikipedia]: https://en.wikipedia.org/wiki/Double-precision_floating-point_format
807
#[stable(feature = "rust1", since = "1.0.0")]
808
mod prim_f64 {}
0 commit comments