Enum rustc::lint::context::CheckLintNameResult [−][src]
🔬 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?
Variants
Ok(&'a [LintId])
🔬 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?
NoLint
🔬 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?
Lint doesn't exist
Warning(String, Option<String>)
🔬 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?
The lint is either renamed or removed. This is the warning
message, and an optional new name (None
if removed).
Auto Trait Implementations
impl<'a> Send for CheckLintNameResult<'a>
impl<'a> Send for CheckLintNameResult<'a>
impl<'a> Sync for CheckLintNameResult<'a>
impl<'a> Sync for CheckLintNameResult<'a>