Fix wording in mir doc
This commit is contained in:
parent
285fc7d704
commit
b7c8bea6cb
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue