Module rustc_typeck::coherence::orphan[][src]

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

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

Orphan checker: every impl either implements a trait defined in this crate or pertains to a type defined in this crate.

Re-exports

use rustc::traits;
use rustc::ty;
use rustc::ty::TyCtxt;
use rustc::hir::itemlikevisit::ItemLikeVisitor;
use rustc::hir;

Structs

OrphanChecker [
Experimental
]

Functions

check [
Experimental
]