Merge conflict fix: disambiguate f32 -> prim@f32 and u32 -> prim@u32

This commit is contained in:
Surya Midatala 2020-08-26 21:55:42 +05:30
parent 25c034c52e
commit 7569cf98f9
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,7 @@ mod prim_bool {}
/// at all we know it can never produce a value which isn't a [`u32`]. This illustrates another
/// behaviour of the `!` type - expressions with type `!` will coerce into any other type.
///
/// [`u32`]: prim@u32
/// [`exit`]: process::exit
///
/// # `!` and generics
@ -801,6 +802,7 @@ mod prim_f32 {}
///
/// *[See also the `std::f64::consts` module][`crate::f64::consts`].*
///
/// [`f32`]: prim@f32
/// [wikipedia]: https://en.wikipedia.org/wiki/Double-precision_floating-point_format
#[stable(feature = "rust1", since = "1.0.0")]
mod prim_f64 {}