Enum rustc::traits::OrphanCheckErr [−][src]
pub enum OrphanCheckErr<'tcx> {
NoLocalInputType,
UncoveredTy(Ty<'tcx>),
}🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Variants
NoLocalInputType🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
UncoveredTy(Ty<'tcx>)🔬 This is a nightly-only experimental API. (rustc_private)
this 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<'tcx> !Send for OrphanCheckErr<'tcx>
impl<'tcx> !Send for OrphanCheckErr<'tcx>impl<'tcx> !Sync for OrphanCheckErr<'tcx>
impl<'tcx> !Sync for OrphanCheckErr<'tcx>