Trait rustc_typeck::middle::ty::ReferencesErrorExperimental [-]  [+] [src]

pub trait ReferencesError {
    fn references_error(&self) -> bool;
}

Required Methods

fn references_error(&self) -> bool

Implementors