[][src]Trait rustc_ap_rustc_session::lint::LintPass

pub trait LintPass {
    fn name(&self) -> &'static str;
}

Required methods

fn name(&self) -> &'static str

Loading content...

Implementors

impl LintPass for HardwiredLints[src]

Loading content...