We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fcc029 commit bf17503Copy full SHA for bf17503
compiler/rustc_hir_analysis/src/hir_ty_lowering/mod.rs
@@ -2090,7 +2090,7 @@ impl<'tcx> dyn HirTyLowerer<'tcx> + '_ {
2090
}
2091
2092
2093
- /// 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.
2094
#[instrument(level = "debug", skip(self), ret)]
2095
pub fn lower_ty(&self, hir_ty: &hir::Ty<'tcx>) -> Ty<'tcx> {
2096
let tcx = self.tcx();
0 commit comments