Skip to content

Commit 71f460b

Browse files
authored
Rollup merge of #72163 - tshepang:nonexistent-link, r=matthewjasper
docs: remove comment referencing non-existent method
2 parents 39f91b1 + e44f87f commit 71f460b

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)