Trait rustc_ap_rustc_session::SessionLintStore[][src]

pub trait SessionLintStore: Send + Sync {
    fn name_to_lint(&self, lint_name: &str) -> LintId;
}

Required methods

fn name_to_lint(&self, lint_name: &str) -> LintId[src]

Loading content...

Implementors

Loading content...