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

pub static ELIDED_LIFETIMES_IN_PATHS: &Lint = &::lint::Lint{name: "ELIDED_LIFETIMES_IN_PATHS",
              default_level: ::lint::Allow,
              desc:
                  "hidden lifetime parameters are deprecated, try `Foo<\'_>`",
              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?