Rollup merge of #76815 - pickfire:patch-6, r=jonas-schievink
Fix wording in mir doc
This commit is contained in:
commit
c12feb35db
1 changed files with 1 additions and 1 deletions
|
@ -2286,7 +2286,7 @@ impl<'tcx> Debug for Rvalue<'tcx> {
|
|||
/// Constants
|
||||
///
|
||||
/// 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`!
|
||||
|
||||
#[derive(Clone, Copy, PartialEq, TyEncodable, TyDecodable, HashStable)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue