Trait rustc_trans::middle::ty::ReferencesErrorExperimental
[-]
[+]
[src]
pub trait ReferencesError { fn references_error(&self) -> bool; }
Required Methods
fn references_error(&self) -> bool
Implementors
impl<T: ReferencesError> ReferencesError for Binder<T>
impl<T: ReferencesError> ReferencesError for Rc<T>
impl<'tcx> ReferencesError for TraitPredicate<'tcx>
impl<'tcx> ReferencesError for ProjectionPredicate<'tcx>
impl<'tcx> ReferencesError for TraitRef<'tcx>
impl<'tcx> ReferencesError for &'tcx TyS<'tcx>
impl<'tcx> ReferencesError for Predicate<'tcx>
impl<A, B> ReferencesError for OutlivesPredicate<A, B>
impl<'tcx> ReferencesError for EquatePredicate<'tcx>
impl ReferencesError for Region