[][src]Trait rustc_ap_rustc_session::SessionLintStore

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

Loading content...

Implementors

Loading content...