diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2020-05-13 23:02:56 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2020-05-13 23:02:56 +0200 |
| commit | e44f87fca30186b6dd34932a8532d4e52b9b88fe (patch) | |
| tree | dd528b2b90b69537f093826f8f419d8ebc51aab0 /src | |
| parent | 3fe4dd2dda2826643c4ce4ee7307707a90e08d25 (diff) | |
| download | rust-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.rs | 2 |
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 |
