mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Rollup merge of #76815 - pickfire:patch-6, r=jonas-schievink
Fix wording in mir doc
This commit is contained in:
commit
c12feb35db
@ -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…
Reference in New Issue
Block a user