Trait rustc_ap_rustc_session::SessionLintStore[][src]

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

Required methods

Implementors