We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049308c commit 482bb39Copy full SHA for 482bb39
compiler/rustc_middle/src/mir/syntax.rs
@@ -911,7 +911,7 @@ pub enum Operand<'tcx> {
911
static_assert_size!(Operand<'_>, 24);
912
913
///////////////////////////////////////////////////////////////////////////
914
-/// Rvalues
+// Rvalues
915
916
/// The various kinds of rvalues that can appear in MIR.
917
///
0 commit comments