Skip to content

Commit 8b260ba

Browse files
camelidfmease
andcommitted
Fix outdated comment
Co-authored-by: León Orell Valerian Liehr <[email protected]>
1 parent 034acea commit 8b260ba

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
@@ -2134,7 +2134,7 @@ impl<'tcx> dyn HirTyLowerer<'tcx> + '_ {
21342134
}
21352135
}
21362136

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

0 commit comments

Comments
 (0)