Skip to content

Commit f558d96

Browse files
committed
Link to pass docs from NRVO module docs
1 parent a3d7a5e commit f558d96

File tree

1 file changed

+2
-0
lines changed
  • compiler/rustc_mir/src/transform

1 file changed

+2
-0
lines changed

compiler/rustc_mir/src/transform/nrvo.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! See the docs for [`RenameReturnPlace`].
2+
13
use rustc_hir::Mutability;
24
use rustc_index::bit_set::HybridBitSet;
35
use rustc_middle::mir::visit::{MutVisitor, NonUseContext, PlaceContext, Visitor};

0 commit comments

Comments
 (0)