[][src]Trait rustc_ap_rustc_session::SessionLintStore

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

Required methods

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

Loading content...

Implementors

Loading content...