Skip to content

Commit 1fac14d

Browse files
lcnrlqd
andauthored
fix typo
Co-authored-by: Rémy Rakic <remy.rakic+github@gmail.com>
1 parent 71d688b commit 1fac14d

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_borrowck/src/type_check

1 file changed

+1
-1
lines changed

compiler/rustc_borrowck/src/type_check/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ impl<'a, 'b, 'tcx> Visitor<'tcx> for TypeVerifier<'a, 'b, 'tcx> {
485485

486486
#[instrument(level = "debug", skip(self))]
487487
fn visit_body(&mut self, body: &Body<'tcx>) {
488-
// We intentionally do not recursive into `body.required_consts` or
488+
// We intentionally do not recurse into `body.required_consts` or
489489
// `body.mentioned_items` here as the MIR at this phase should still
490490
// refer to all items and we don't want to check them multiple times.
491491

0 commit comments

Comments
 (0)