[−][src]Constant rustc_typeck::astconv::TRAIT_OBJECT_DUMMY_SELF
const TRAIT_OBJECT_DUMMY_SELF: TyKind<'static>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Dummy type used for the Self
of a TraitRef
created for converting
a trait object, and which gets removed in ExistentialTraitRef
.
This type must not appear anywhere in other converted types.