Struct rustc::lint::LintLevelSets
[−]
[src]
pub struct LintLevelSets { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Methods
impl LintLevelSets
[src]
impl LintLevelSets
pub fn new(sess: &Session) -> LintLevelSets
[src]
pub fn new(sess: &Session) -> LintLevelSets
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
pub fn builder(sess: &Session) -> LintLevelsBuilder
[src]
pub fn builder(sess: &Session) -> LintLevelsBuilder
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Trait Implementations
Auto Trait Implementations
impl !Send for LintLevelSets
impl !Send for LintLevelSets
impl !Sync for LintLevelSets
impl !Sync for LintLevelSets