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

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

Required Methods

fn references_error(&self) -> bool

Implementors