Skip to content

Commit

Permalink
Rollup merge of rust-lang#76815 - pickfire:patch-6, r=jonas-schievink
Browse files Browse the repository at this point in the history
Fix wording in mir doc
  • Loading branch information
RalfJung committed Sep 20, 2020
2 parents 9b9192a + b7c8bea commit c12feb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_middle/src/mir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit c12feb3

Please sign in to comment.