Struct rustc::util::common::DEFAULT_HOOK[]

struct DEFAULT_HOOK {
    __private_field: (),
}
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Fields

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Methods from __Deref<Target = Box<Fn(&PanicInfo) + Sync + Send + 'static>>

Trait Implementations

impl __Deref for DEFAULT_HOOK

The resulting type after dereferencing.

Important traits for Box<W>

Dereferences the value.

impl LazyStatic for DEFAULT_HOOK

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Auto Trait Implementations

impl Send for DEFAULT_HOOK

impl Sync for DEFAULT_HOOK