Trait rustc_trans::middle::ty::ReferencesErrorUnstable
[-] [+]
[src]
pub trait ReferencesError {
fn references_error(&self) -> bool;
}
Required Methods
fn references_error(&self) -> bool
Implementors
impl<T> ReferencesError for Binder<T> where T: ReferencesErrorimpl<T> ReferencesError for Rc<T> where T: ReferencesErrorimpl<'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> where B: ReferencesError, A: ReferencesErrorimpl<'tcx> ReferencesError for EquatePredicate<'tcx>impl ReferencesError for Region