Skip to content

Commit e44f87f

Browse files
committed
docs: fix link
source #72163 (comment)
1 parent 3fe4dd2 commit e44f87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir_build/build/scope.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ impl Scope {
223223
}
224224
}
225225

226-
/// A trait that determined how [DropTree::lower_to_mir] creates its blocks and
226+
/// A trait that determined how [DropTree::build_mir] creates its blocks and
227227
/// links to any entry nodes.
228228
trait DropTreeBuilder<'tcx> {
229229
/// Create a new block for the tree. This should call either

0 commit comments

Comments
 (0)