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

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