File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1503,7 +1503,9 @@ impl Clean<Type> for hir::Ty<'_> {
15031503}
15041504
15051505/// Returns `None` if the type could not be normalized
1506+ #[ allow( unreachable_code, unused_variables) ]
15061507fn normalize ( cx : & DocContext < ' tcx > , ty : Ty < ' _ > ) -> Option < Ty < ' tcx > > {
1508+ return None ; // HACK: low-churn fix for #79459 while we wait for a trait normalization fix
15071509 use crate :: rustc_trait_selection:: infer:: TyCtxtInferExt ;
15081510 use crate :: rustc_trait_selection:: traits:: query:: normalize:: AtExt ;
15091511 use rustc_middle:: traits:: ObligationCause ;
Original file line number Diff line number Diff line change 11// ignore-tidy-linelength
22// aux-build:normalize-assoc-item.rs
33// build-aux-docs
4+ // ignore-test
45
56pub trait Trait {
67 type X ;
You can’t perform that action at this time.
0 commit comments