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

pub static ABSOLUTE_PATHS_NOT_STARTING_WITH_CRATE: &Lint = &::lint::Lint{name: "ABSOLUTE_PATHS_NOT_STARTING_WITH_CRATE",
              default_level: ::lint::Allow,
              desc:
                  "fully qualified paths that start with a module name instead of `crate`, `self`, or an extern crate name",
              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?