Skip to content

Commit 3ee537e

Browse files
camelidfmease
andcommitted
Fix outdated comment
Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
1 parent a1a57d2 commit 3ee537e

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_hir_analysis/src/hir_ty_lowering

1 file changed

+1
-1
lines changed

compiler/rustc_hir_analysis/src/hir_ty_lowering/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2156,7 +2156,7 @@ impl<'tcx> dyn HirTyLowerer<'tcx> + '_ {
21562156
}
21572157
}
21582158

2159-
/// Lower a type from the HIR to our internal notion of a type given some extra data for diagnostics.
2159+
/// Lower a type from the HIR to our internal notion of a type.
21602160
#[instrument(level = "debug", skip(self), ret)]
21612161
pub fn lower_ty(&self, hir_ty: &hir::Ty<'tcx>) -> Ty<'tcx> {
21622162
let tcx = self.tcx();

0 commit comments

Comments
 (0)