about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2020-05-13 23:02:56 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2020-05-13 23:02:56 +0200
commite44f87fca30186b6dd34932a8532d4e52b9b88fe (patch)
treedd528b2b90b69537f093826f8f419d8ebc51aab0 /src
parent3fe4dd2dda2826643c4ce4ee7307707a90e08d25 (diff)
downloadrust-e44f87fca30186b6dd34932a8532d4e52b9b88fe.tar.gz
rust-e44f87fca30186b6dd34932a8532d4e52b9b88fe.zip
docs: fix link
source https://github.com/rust-lang/rust/pull/72163#issuecomment-628234966
Diffstat (limited to 'src')
-rw-r--r--src/librustc_mir_build/build/scope.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_mir_build/build/scope.rs b/src/librustc_mir_build/build/scope.rs
index 710a41bc8fd..19b983018c9 100644
--- a/src/librustc_mir_build/build/scope.rs
+++ b/src/librustc_mir_build/build/scope.rs
@@ -223,7 +223,7 @@ impl Scope {
     }
 }
 
-/// A trait that determined how [DropTree::lower_to_mir] creates its blocks and
+/// A trait that determined how [DropTree::build_mir] creates its blocks and
 /// links to any entry nodes.
 trait DropTreeBuilder<'tcx> {
     /// Create a new block for the tree. This should call either