Skip to content

Commit 758f642

Browse files
authored
fix typo
1 parent 96e3c2c commit 758f642

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir_build/src/build

1 file changed

+1
-1
lines changed

compiler/rustc_mir_build/src/build/scope.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
774774
let (current_root, parent_root) =
775775
if self.tcx.sess.opts.unstable_opts.maximal_hir_to_mir_coverage {
776776
// Some consumers of rustc need to map MIR locations back to HIR nodes. Currently
777-
// the the only part of rustc that tracks MIR -> HIR is the
777+
// the only part of rustc that tracks MIR -> HIR is the
778778
// `SourceScopeLocalData::lint_root` field that tracks lint levels for MIR
779779
// locations. Normally the number of source scopes is limited to the set of nodes
780780
// with lint annotations. The -Zmaximal-hir-to-mir-coverage flag changes this

0 commit comments

Comments
 (0)