Fix wording in mir doc
This commit is contained in:
@@ -2285,7 +2285,7 @@ impl<'tcx> Debug for Rvalue<'tcx> {
|
|||||||
/// Constants
|
/// Constants
|
||||||
///
|
///
|
||||||
/// Two constants are equal if they are the same constant. Note that
|
/// Two constants are equal if they are the same constant. Note that
|
||||||
/// this does not necessarily mean that they are `==` in Rust -- in
|
/// this does not necessarily mean that they are `==` in Rust. In
|
||||||
/// particular, one must be wary of `NaN`!
|
/// particular, one must be wary of `NaN`!
|
||||||
|
|
||||||
#[derive(Clone, Copy, PartialEq, TyEncodable, TyDecodable, HashStable)]
|
#[derive(Clone, Copy, PartialEq, TyEncodable, TyDecodable, HashStable)]
|
||||||
|
|||||||
Reference in New Issue
Block a user