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<'_> {
1503
1503
}
1504
1504
1505
1505
/// Returns `None` if the type could not be normalized
1506
+ #[ allow( unreachable_code, unused_variables) ]
1506
1507
fn 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
1507
1509
use crate :: rustc_trait_selection:: infer:: TyCtxtInferExt ;
1508
1510
use crate :: rustc_trait_selection:: traits:: query:: normalize:: AtExt ;
1509
1511
use rustc_middle:: traits:: ObligationCause ;
Original file line number Diff line number Diff line change 1
1
// ignore-tidy-linelength
2
2
// aux-build:normalize-assoc-item.rs
3
3
// build-aux-docs
4
+ // ignore-test
4
5
5
6
pub trait Trait {
6
7
type X ;
You can’t perform that action at this time.
0 commit comments