diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2020-10-02 17:24:54 -0400 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2020-10-04 07:54:02 -0400 |
| commit | 8478385ea49ea0cfa0b11ec3ed4f2aa9a76eaf9c (patch) | |
| tree | ffc3a197599bcac3b6f09838ef86f2cf4c7770f8 | |
| parent | f23e9a1adf9fff618b9a40cb6e5e570c18e2a226 (diff) | |
| download | rust-8478385ea49ea0cfa0b11ec3ed4f2aa9a76eaf9c.tar.gz rust-8478385ea49ea0cfa0b11ec3ed4f2aa9a76eaf9c.zip | |
Fix broken link
| -rw-r--r-- | compiler/rustc_mir_build/src/build/scope.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_build/src/build/scope.rs b/compiler/rustc_mir_build/src/build/scope.rs index eac83a3e738..18045b92edf 100644 --- a/compiler/rustc_mir_build/src/build/scope.rs +++ b/compiler/rustc_mir_build/src/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] creates its blocks and /// links to any entry nodes. trait DropTreeBuilder<'tcx> { /// Create a new block for the tree. This should call either |
