[−][src]Trait rustc::ty::query::config::QueryDescription
🔬 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?
Required Methods
fn describe(tcx: TyCtxt, key: Self::Key) -> String
🔬 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?
Provided Methods
fn cache_on_disk(_: Self::Key) -> bool
🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>
🔬 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?
Implementors
impl<'tcx> QueryDescription<'tcx> for all_crate_nums<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for all_crate_nums<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for all_trait_implementations<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for all_trait_implementations<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for all_traits<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for all_traits<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for borrowck<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for borrowck<'tcx>fn cache_on_disk(def_id: Self::Key) -> bool[src]
fn cache_on_disk(def_id: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
fn describe(tcx: TyCtxt, key: Self::Key) -> String[src]
fn describe(tcx: TyCtxt, key: Self::Key) -> String🔬 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?
impl<'tcx> QueryDescription<'tcx> for check_match<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for check_match<'tcx>fn cache_on_disk(def_id: Self::Key) -> bool[src]
fn cache_on_disk(def_id: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
fn describe(tcx: TyCtxt, key: Self::Key) -> String[src]
fn describe(tcx: TyCtxt, key: Self::Key) -> String🔬 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?
impl<'tcx> QueryDescription<'tcx> for codegen_fn_attrs<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for codegen_fn_attrs<'tcx>fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
fn describe(tcx: TyCtxt, key: Self::Key) -> String[src]
fn describe(tcx: TyCtxt, key: Self::Key) -> String🔬 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?
impl<'tcx> QueryDescription<'tcx> for codegen_fulfill_obligation<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for codegen_fulfill_obligation<'tcx>fn describe(tcx: TyCtxt, key: (ParamEnv<'tcx>, PolyTraitRef<'tcx>)) -> String[src]
fn describe(tcx: TyCtxt, key: (ParamEnv<'tcx>, PolyTraitRef<'tcx>)) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for codegen_unit<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for codegen_unit<'tcx>fn describe(_tcx: TyCtxt, _: InternedString) -> String[src]
fn describe(_tcx: TyCtxt, _: InternedString) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for coherent_trait<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for coherent_trait<'tcx>fn describe(tcx: TyCtxt, def_id: DefId) -> String[src]
fn describe(tcx: TyCtxt, def_id: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for collect_and_partition_mono_items<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for collect_and_partition_mono_items<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for const_eval<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for const_eval<'tcx>fn describe(tcx: TyCtxt, key: ParamEnvAnd<'tcx, GlobalId<'tcx>>) -> String[src]
fn describe(tcx: TyCtxt, key: ParamEnvAnd<'tcx, GlobalId<'tcx>>) -> String🔬 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?
fn cache_on_disk(_key: Self::Key) -> bool[src]
fn cache_on_disk(_key: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for const_is_rvalue_promotable_to_static<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for const_is_rvalue_promotable_to_static<'tcx>fn describe(tcx: TyCtxt, def_id: DefId) -> String[src]
fn describe(tcx: TyCtxt, def_id: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for crate_disambiguator<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for crate_disambiguator<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for crate_hash<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for crate_hash<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for crate_inherent_impls<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for crate_inherent_impls<'tcx>fn describe(_: TyCtxt, k: CrateNum) -> String[src]
fn describe(_: TyCtxt, k: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for crate_inherent_impls_overlap_check<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for crate_inherent_impls_overlap_check<'tcx>fn describe(_: TyCtxt, _: CrateNum) -> String[src]
fn describe(_: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for crate_name<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for crate_name<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for crate_variances<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for crate_variances<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for def_span<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for def_span<'tcx>fn describe(_: TyCtxt, _: DefId) -> String[src]
fn describe(_: TyCtxt, _: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for def_symbol_name<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for def_symbol_name<'tcx>fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
fn describe(tcx: TyCtxt, key: Self::Key) -> String[src]
fn describe(tcx: TyCtxt, key: Self::Key) -> String🔬 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?
impl<'tcx> QueryDescription<'tcx> for defined_lang_items<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for defined_lang_items<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for defined_lib_features<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for defined_lib_features<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for dep_kind<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for dep_kind<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for derive_registrar_fn<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for derive_registrar_fn<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for describe_def<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for describe_def<'tcx>fn describe(_: TyCtxt, _: DefId) -> String[src]
fn describe(_: TyCtxt, _: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for dllimport_foreign_items<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for dllimport_foreign_items<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for dropck_outlives<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for dropck_outlives<'tcx>fn describe(_tcx: TyCtxt, goal: CanonicalTyGoal<'tcx>) -> String[src]
fn describe(_tcx: TyCtxt, goal: CanonicalTyGoal<'tcx>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for dylib_dependency_formats<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for dylib_dependency_formats<'tcx>fn describe(_: TyCtxt, _: CrateNum) -> String[src]
fn describe(_: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for erase_regions_ty<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for erase_regions_ty<'tcx>fn describe(_tcx: TyCtxt, ty: Ty<'tcx>) -> String[src]
fn describe(_tcx: TyCtxt, ty: Ty<'tcx>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for evaluate_obligation<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for evaluate_obligation<'tcx>fn describe(_tcx: TyCtxt, goal: CanonicalPredicateGoal<'tcx>) -> String[src]
fn describe(_tcx: TyCtxt, goal: CanonicalPredicateGoal<'tcx>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for exported_symbols<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for exported_symbols<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for extern_crate<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for extern_crate<'tcx>fn describe(_: TyCtxt, _: DefId) -> String[src]
fn describe(_: TyCtxt, _: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for extra_filename<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for extra_filename<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for features_query<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for features_query<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for fn_arg_names<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for fn_arg_names<'tcx>fn describe(_: TyCtxt, _: DefId) -> String[src]
fn describe(_: TyCtxt, _: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for foreign_modules<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for foreign_modules<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for generics_of<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for generics_of<'tcx>fn cache_on_disk(def_id: Self::Key) -> bool[src]
fn cache_on_disk(def_id: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
fn describe(tcx: TyCtxt, key: Self::Key) -> String[src]
fn describe(tcx: TyCtxt, key: Self::Key) -> String🔬 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?
impl<'tcx> QueryDescription<'tcx> for get_lang_items<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for get_lang_items<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for get_lib_features<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for get_lib_features<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for has_global_allocator<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for has_global_allocator<'tcx>fn describe(_: TyCtxt, _: CrateNum) -> String[src]
fn describe(_: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for has_panic_handler<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for has_panic_handler<'tcx>fn describe(_: TyCtxt, _: CrateNum) -> String[src]
fn describe(_: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for impl_parent<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for impl_parent<'tcx>fn describe(_: TyCtxt, _: DefId) -> String[src]
fn describe(_: TyCtxt, _: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for implementations_of_trait<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for implementations_of_trait<'tcx>fn describe(_tcx: TyCtxt, _: (CrateNum, DefId)) -> String[src]
fn describe(_tcx: TyCtxt, _: (CrateNum, DefId)) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for implied_outlives_bounds<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for implied_outlives_bounds<'tcx>fn describe(_tcx: TyCtxt, goal: CanonicalTyGoal<'tcx>) -> String[src]
fn describe(_tcx: TyCtxt, goal: CanonicalTyGoal<'tcx>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for in_scope_traits_map<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for in_scope_traits_map<'tcx>fn describe(_tcx: TyCtxt, _: DefIndex) -> String[src]
fn describe(_tcx: TyCtxt, _: DefIndex) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for inferred_outlives_crate<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for inferred_outlives_crate<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for instance_def_size_estimate<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for instance_def_size_estimate<'tcx>fn describe(tcx: TyCtxt, def: InstanceDef<'tcx>) -> String[src]
fn describe(tcx: TyCtxt, def: InstanceDef<'tcx>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for is_compiler_builtins<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for is_compiler_builtins<'tcx>fn describe(_: TyCtxt, _: CrateNum) -> String[src]
fn describe(_: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for is_const_fn<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for is_const_fn<'tcx>fn describe(tcx: TyCtxt, def_id: DefId) -> String[src]
fn describe(tcx: TyCtxt, def_id: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for is_copy_raw<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for is_copy_raw<'tcx>fn describe(_tcx: TyCtxt, env: ParamEnvAnd<'tcx, Ty<'tcx>>) -> String[src]
fn describe(_tcx: TyCtxt, env: ParamEnvAnd<'tcx, Ty<'tcx>>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for is_freeze_raw<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for is_freeze_raw<'tcx>fn describe(_tcx: TyCtxt, env: ParamEnvAnd<'tcx, Ty<'tcx>>) -> String[src]
fn describe(_tcx: TyCtxt, env: ParamEnvAnd<'tcx, Ty<'tcx>>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for is_late_bound_map<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for is_late_bound_map<'tcx>fn describe(_tcx: TyCtxt, _: DefIndex) -> String[src]
fn describe(_tcx: TyCtxt, _: DefIndex) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for is_mir_available<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for is_mir_available<'tcx>fn describe(tcx: TyCtxt, def_id: DefId) -> String[src]
fn describe(tcx: TyCtxt, def_id: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for is_no_builtins<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for is_no_builtins<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for is_object_safe<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for is_object_safe<'tcx>fn describe(tcx: TyCtxt, def_id: DefId) -> String[src]
fn describe(tcx: TyCtxt, def_id: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for is_panic_runtime<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for is_panic_runtime<'tcx>fn describe(_: TyCtxt, _: CrateNum) -> String[src]
fn describe(_: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for is_profiler_runtime<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for is_profiler_runtime<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for is_reachable_non_generic<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for is_reachable_non_generic<'tcx>fn describe(_: TyCtxt, _: DefId) -> String[src]
fn describe(_: TyCtxt, _: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for is_sanitizer_runtime<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for is_sanitizer_runtime<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for is_sized_raw<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for is_sized_raw<'tcx>fn describe(_tcx: TyCtxt, env: ParamEnvAnd<'tcx, Ty<'tcx>>) -> String[src]
fn describe(_tcx: TyCtxt, env: ParamEnvAnd<'tcx, Ty<'tcx>>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for item_attrs<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for item_attrs<'tcx>fn describe(_: TyCtxt, _: DefId) -> String[src]
fn describe(_: TyCtxt, _: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for layout_raw<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for layout_raw<'tcx>fn describe(_tcx: TyCtxt, env: ParamEnvAnd<'tcx, Ty<'tcx>>) -> String[src]
fn describe(_tcx: TyCtxt, env: ParamEnvAnd<'tcx, Ty<'tcx>>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for link_args<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for link_args<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for lint_levels<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for lint_levels<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for lookup_deprecation_entry<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for lookup_deprecation_entry<'tcx>fn describe(_: TyCtxt, _: DefId) -> String[src]
fn describe(_: TyCtxt, _: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for lookup_stability<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for lookup_stability<'tcx>fn describe(_: TyCtxt, _: DefId) -> String[src]
fn describe(_: TyCtxt, _: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for maybe_unused_extern_crates<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for maybe_unused_extern_crates<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for mir_borrowck<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for mir_borrowck<'tcx>fn cache_on_disk(def_id: Self::Key) -> bool[src]
fn cache_on_disk(def_id: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
fn describe(tcx: TyCtxt, key: Self::Key) -> String[src]
fn describe(tcx: TyCtxt, key: Self::Key) -> String🔬 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?
impl<'tcx> QueryDescription<'tcx> for mir_const_qualif<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for mir_const_qualif<'tcx>fn cache_on_disk(def_id: Self::Key) -> bool[src]
fn cache_on_disk(def_id: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
fn describe(tcx: TyCtxt, key: Self::Key) -> String[src]
fn describe(tcx: TyCtxt, key: Self::Key) -> String🔬 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?
impl<'tcx> QueryDescription<'tcx> for mir_keys<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for mir_keys<'tcx>fn describe(_: TyCtxt, _: CrateNum) -> String[src]
fn describe(_: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for mir_shims<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for mir_shims<'tcx>fn describe(tcx: TyCtxt, def: InstanceDef<'tcx>) -> String[src]
fn describe(tcx: TyCtxt, def: InstanceDef<'tcx>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for missing_extern_crate_item<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for missing_extern_crate_item<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for missing_lang_items<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for missing_lang_items<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for named_region_map<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for named_region_map<'tcx>fn describe(_tcx: TyCtxt, _: DefIndex) -> String[src]
fn describe(_tcx: TyCtxt, _: DefIndex) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for native_libraries<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for native_libraries<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for needs_drop_raw<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for needs_drop_raw<'tcx>fn describe(_tcx: TyCtxt, env: ParamEnvAnd<'tcx, Ty<'tcx>>) -> String[src]
fn describe(_tcx: TyCtxt, env: ParamEnvAnd<'tcx, Ty<'tcx>>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for normalize_projection_ty<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for normalize_projection_ty<'tcx>fn describe(_tcx: TyCtxt, goal: CanonicalProjectionGoal<'tcx>) -> String[src]
fn describe(_tcx: TyCtxt, goal: CanonicalProjectionGoal<'tcx>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for normalize_ty_after_erasing_regions<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for normalize_ty_after_erasing_regions<'tcx>fn describe(_tcx: TyCtxt, goal: ParamEnvAnd<'tcx, Ty<'tcx>>) -> String[src]
fn describe(_tcx: TyCtxt, goal: ParamEnvAnd<'tcx, Ty<'tcx>>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for object_lifetime_defaults_map<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for object_lifetime_defaults_map<'tcx>fn describe(_tcx: TyCtxt, _: DefIndex) -> String[src]
fn describe(_tcx: TyCtxt, _: DefIndex) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for optimized_mir<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for optimized_mir<'tcx>fn cache_on_disk(def_id: Self::Key) -> bool[src]
fn cache_on_disk(def_id: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
fn describe(tcx: TyCtxt, key: Self::Key) -> String[src]
fn describe(tcx: TyCtxt, key: Self::Key) -> String🔬 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?
impl<'tcx> QueryDescription<'tcx> for original_crate_name<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for original_crate_name<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for output_filenames<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for output_filenames<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for panic_strategy<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for panic_strategy<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for plugin_registrar_fn<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for plugin_registrar_fn<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for postorder_cnums<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for postorder_cnums<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for predicates_of<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for predicates_of<'tcx>fn cache_on_disk(def_id: Self::Key) -> bool[src]
fn cache_on_disk(def_id: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
fn describe(tcx: TyCtxt, key: Self::Key) -> String[src]
fn describe(tcx: TyCtxt, key: Self::Key) -> String🔬 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?
impl<'tcx> QueryDescription<'tcx> for privacy_access_levels<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for privacy_access_levels<'tcx>fn describe(_: TyCtxt, _: CrateNum) -> String[src]
fn describe(_: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for program_clauses_for<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for program_clauses_for<'tcx>fn describe(_tcx: TyCtxt, _: DefId) -> String[src]
fn describe(_tcx: TyCtxt, _: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for program_clauses_for_env<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for program_clauses_for_env<'tcx>fn describe(_tcx: TyCtxt, _: ParamEnv<'tcx>) -> String[src]
fn describe(_tcx: TyCtxt, _: ParamEnv<'tcx>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for reachable_non_generics<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for reachable_non_generics<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for reachable_set<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for reachable_set<'tcx>fn describe(_: TyCtxt, _: CrateNum) -> String[src]
fn describe(_: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for resolve_lifetimes<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for resolve_lifetimes<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for rvalue_promotable_map<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for rvalue_promotable_map<'tcx>fn describe(tcx: TyCtxt, def_id: DefId) -> String[src]
fn describe(tcx: TyCtxt, def_id: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for specialization_graph_of<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for specialization_graph_of<'tcx>fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
fn describe(tcx: TyCtxt, key: Self::Key) -> String[src]
fn describe(tcx: TyCtxt, key: Self::Key) -> String🔬 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?
impl<'tcx> QueryDescription<'tcx> for specializes<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for specializes<'tcx>fn describe(_tcx: TyCtxt, _: (DefId, DefId)) -> String[src]
fn describe(_tcx: TyCtxt, _: (DefId, DefId)) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for stability_index<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for stability_index<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for substitute_normalize_and_test_predicates<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for substitute_normalize_and_test_predicates<'tcx>fn describe(tcx: TyCtxt, key: (DefId, &'tcx Substs<'tcx>)) -> String[src]
fn describe(tcx: TyCtxt, key: (DefId, &'tcx Substs<'tcx>)) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for super_predicates_of<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for super_predicates_of<'tcx>fn describe(tcx: TyCtxt, def_id: DefId) -> String[src]
fn describe(tcx: TyCtxt, def_id: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for symbol_name<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for symbol_name<'tcx>fn describe(_tcx: TyCtxt, instance: Instance<'tcx>) -> String[src]
fn describe(_tcx: TyCtxt, instance: Instance<'tcx>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for target_features_whitelist<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for target_features_whitelist<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for trait_impls_of<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for trait_impls_of<'tcx>fn describe(tcx: TyCtxt, def_id: DefId) -> String[src]
fn describe(tcx: TyCtxt, def_id: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for trait_of_item<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for trait_of_item<'tcx>fn describe(_: TyCtxt, _: DefId) -> String[src]
fn describe(_: TyCtxt, _: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for type_of<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for type_of<'tcx>fn cache_on_disk(def_id: Self::Key) -> bool[src]
fn cache_on_disk(def_id: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
fn describe(tcx: TyCtxt, key: Self::Key) -> String[src]
fn describe(tcx: TyCtxt, key: Self::Key) -> String🔬 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?
impl<'tcx> QueryDescription<'tcx> for type_op_eq<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for type_op_eq<'tcx>fn describe(_tcx: TyCtxt, goal: CanonicalTypeOpEqGoal<'tcx>) -> String[src]
fn describe(_tcx: TyCtxt, goal: CanonicalTypeOpEqGoal<'tcx>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for type_op_normalize_fn_sig<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for type_op_normalize_fn_sig<'tcx>fn describe(
_tcx: TyCtxt,
goal: CanonicalTypeOpNormalizeGoal<'tcx, FnSig<'tcx>>
) -> String[src]
fn describe(
_tcx: TyCtxt,
goal: CanonicalTypeOpNormalizeGoal<'tcx, FnSig<'tcx>>
) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for type_op_normalize_poly_fn_sig<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for type_op_normalize_poly_fn_sig<'tcx>fn describe(
_tcx: TyCtxt,
goal: CanonicalTypeOpNormalizeGoal<'tcx, PolyFnSig<'tcx>>
) -> String[src]
fn describe(
_tcx: TyCtxt,
goal: CanonicalTypeOpNormalizeGoal<'tcx, PolyFnSig<'tcx>>
) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for type_op_normalize_predicate<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for type_op_normalize_predicate<'tcx>fn describe(
_tcx: TyCtxt,
goal: CanonicalTypeOpNormalizeGoal<'tcx, Predicate<'tcx>>
) -> String[src]
fn describe(
_tcx: TyCtxt,
goal: CanonicalTypeOpNormalizeGoal<'tcx, Predicate<'tcx>>
) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for type_op_normalize_ty<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for type_op_normalize_ty<'tcx>fn describe(
_tcx: TyCtxt,
goal: CanonicalTypeOpNormalizeGoal<'tcx, Ty<'tcx>>
) -> String[src]
fn describe(
_tcx: TyCtxt,
goal: CanonicalTypeOpNormalizeGoal<'tcx, Ty<'tcx>>
) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for type_op_prove_predicate<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for type_op_prove_predicate<'tcx>fn describe(
_tcx: TyCtxt,
goal: CanonicalTypeOpProvePredicateGoal<'tcx>
) -> String[src]
fn describe(
_tcx: TyCtxt,
goal: CanonicalTypeOpProvePredicateGoal<'tcx>
) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for type_op_subtype<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for type_op_subtype<'tcx>fn describe(_tcx: TyCtxt, goal: CanonicalTypeOpSubtypeGoal<'tcx>) -> String[src]
fn describe(_tcx: TyCtxt, goal: CanonicalTypeOpSubtypeGoal<'tcx>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for type_param_predicates<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for type_param_predicates<'tcx>fn describe(tcx: TyCtxt, (_, def_id): (DefId, DefId)) -> String[src]
fn describe(tcx: TyCtxt, (_, def_id): (DefId, DefId)) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for typeck_item_bodies<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for typeck_item_bodies<'tcx>fn describe(_: TyCtxt, _: CrateNum) -> String[src]
fn describe(_: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for typeck_tables_of<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for typeck_tables_of<'tcx>fn cache_on_disk(def_id: Self::Key) -> bool[src]
fn cache_on_disk(def_id: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
tcx: TyCtxt<'_, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
tcx: TyCtxt<'_, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
fn describe(tcx: TyCtxt, key: Self::Key) -> String[src]
fn describe(tcx: TyCtxt, key: Self::Key) -> String🔬 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?
impl<'tcx> QueryDescription<'tcx> for unsafety_check_result<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for unsafety_check_result<'tcx>fn cache_on_disk(def_id: Self::Key) -> bool[src]
fn cache_on_disk(def_id: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
fn describe(tcx: TyCtxt, key: Self::Key) -> String[src]
fn describe(tcx: TyCtxt, key: Self::Key) -> String🔬 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?
impl<'tcx> QueryDescription<'tcx> for upstream_monomorphizations<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for upstream_monomorphizations<'tcx>fn describe(_: TyCtxt, k: CrateNum) -> String[src]
fn describe(_: TyCtxt, k: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for used_crate_source<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for used_crate_source<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for used_trait_imports<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for used_trait_imports<'tcx>fn cache_on_disk(def_id: Self::Key) -> bool[src]
fn cache_on_disk(def_id: Self::Key) -> bool🔬 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?
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk<'a>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
id: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
fn describe(tcx: TyCtxt, key: Self::Key) -> String[src]
fn describe(tcx: TyCtxt, key: Self::Key) -> String🔬 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?
impl<'tcx> QueryDescription<'tcx> for visible_parent_map<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for visible_parent_map<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for vtable_methods<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for vtable_methods<'tcx>fn describe(tcx: TyCtxt, key: PolyTraitRef<'tcx>) -> String[src]
fn describe(tcx: TyCtxt, key: PolyTraitRef<'tcx>) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx> QueryDescription<'tcx> for wasm_import_module_map<'tcx>[src]
impl<'tcx> QueryDescription<'tcx> for wasm_import_module_map<'tcx>fn describe(_tcx: TyCtxt, _: CrateNum) -> String[src]
fn describe(_tcx: TyCtxt, _: CrateNum) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?
impl<'tcx, M: QueryAccessors<'tcx, Key = DefId>> QueryDescription<'tcx> for M[src]
impl<'tcx, M: QueryAccessors<'tcx, Key = DefId>> QueryDescription<'tcx> for Mfn describe(tcx: TyCtxt, def_id: DefId) -> String[src]
fn describe(tcx: TyCtxt, def_id: DefId) -> String🔬 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?
fn cache_on_disk(_: Self::Key) -> bool[src]
fn cache_on_disk(_: Self::Key) -> bool🔬 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?
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>[src]
fn try_load_from_disk(
_: TyCtxt<'_, 'tcx, 'tcx>,
_: SerializedDepNodeIndex
) -> Option<Self::Value>🔬 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?