Static rustc::lint::builtin::BARE_TRAIT_OBJECT [] [src]

pub static BARE_TRAIT_OBJECT: &Lint = &::lint::Lint{name: "BARE_TRAIT_OBJECT",
              default_level: ::lint::Allow,
              desc: "suggest using `dyn Trait` for trait objects",
              edition_deny: None,}
🔬 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?