Struct rustc_lint::builtin::SoftLints[][src]

pub struct SoftLints;
🔬 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?

Does nothing as a lint pass, but registers some Lints which are used by other parts of the compiler.

Trait Implementations

impl Copy for SoftLints
[src]

impl Clone for SoftLints
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl LintPass for SoftLints
[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?

Get descriptions of the lints this LintPass object can emit. Read more

Auto Trait Implementations

impl Send for SoftLints

impl Sync for SoftLints