We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034acea commit 8b260baCopy full SHA for 8b260ba
compiler/rustc_hir_analysis/src/hir_ty_lowering/mod.rs
@@ -2134,7 +2134,7 @@ impl<'tcx> dyn HirTyLowerer<'tcx> + '_ {
2134
}
2135
2136
2137
- /// Lower a type from the HIR to our internal notion of a type given some extra data for diagnostics.
+ /// Lower a type from the HIR to our internal notion of a type.
2138
#[instrument(level = "debug", skip(self), ret)]
2139
pub fn lower_ty(&self, hir_ty: &hir::Ty<'tcx>) -> Ty<'tcx> {
2140
let tcx = self.tcx();
0 commit comments