Revert ed7bdbb17b
This commit is contained in:
parent
717a11788d
commit
7c9e818f02
@ -1698,8 +1698,6 @@ fn impl_trait_header(tcx: TyCtxt<'_>, def_id: LocalDefId) -> Option<ty::ImplTrai
|
|||||||
trait_ref: ty::EarlyBinder::bind(trait_ref),
|
trait_ref: ty::EarlyBinder::bind(trait_ref),
|
||||||
safety: impl_.safety,
|
safety: impl_.safety,
|
||||||
polarity: polarity_of_impl(tcx, def_id, impl_, item.span),
|
polarity: polarity_of_impl(tcx, def_id, impl_, item.span),
|
||||||
do_not_recommend: tcx.features().do_not_recommend
|
|
||||||
&& tcx.has_attrs_with_path(def_id, &[sym::diagnostic, sym::do_not_recommend]),
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -263,7 +263,6 @@ pub struct ImplTraitHeader<'tcx> {
|
|||||||
pub trait_ref: ty::EarlyBinder<'tcx, ty::TraitRef<'tcx>>,
|
pub trait_ref: ty::EarlyBinder<'tcx, ty::TraitRef<'tcx>>,
|
||||||
pub polarity: ImplPolarity,
|
pub polarity: ImplPolarity,
|
||||||
pub safety: hir::Safety,
|
pub safety: hir::Safety,
|
||||||
pub do_not_recommend: bool,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Copy, Clone, PartialEq, Eq, Debug, TypeFoldable, TypeVisitable)]
|
#[derive(Copy, Clone, PartialEq, Eq, Debug, TypeFoldable, TypeVisitable)]
|
||||||
|
Loading…
Reference in New Issue
Block a user