Skip to content

Commit bf17503

Browse files
camelidfmease
andauthored
Fix outdated comment
Co-authored-by: León Orell Valerian Liehr <[email protected]>
1 parent 2fcc029 commit bf17503

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2090,7 +2090,7 @@ impl<'tcx> dyn HirTyLowerer<'tcx> + '_ {
20902090
}
20912091
}
20922092

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

0 commit comments

Comments
 (0)