Struct rustc::lint::LintStoreExperimental
[-]
[+]
[src]
pub struct LintStore {
// some fields omitted
}Information about the registered lints.
This is basically the subset of Context that we can
build early in the compile pipeline.