We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a57d2 commit 3ee537eCopy full SHA for 3ee537e
compiler/rustc_hir_analysis/src/hir_ty_lowering/mod.rs
@@ -2156,7 +2156,7 @@ impl<'tcx> dyn HirTyLowerer<'tcx> + '_ {
2156
}
2157
2158
2159
- /// 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.
2160
#[instrument(level = "debug", skip(self), ret)]
2161
pub fn lower_ty(&self, hir_ty: &hir::Ty<'tcx>) -> Ty<'tcx> {
2162
let tcx = self.tcx();
0 commit comments