Trait rustc::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 Ty<'tcx>impl<'tcx> ReferencesError for Predicate<'tcx>impl<A, B> ReferencesError for OutlivesPredicate<A, B> where A: ReferencesError, B: ReferencesErrorimpl<'tcx> ReferencesError for EquatePredicate<'tcx>impl ReferencesError for Region