Enum rustc_typeck::check::method::MethodError [−][src]
pub enum MethodError<'tcx> {
NoMatch(NoMatchData<'tcx>),
Ambiguity(Vec<CandidateSource>),
PrivateMatch(Def, Vec<DefId>),
IllegalSizedBound(Vec<DefId>),
BadReturnType,
}🔬 This is a nightly-only experimental API. (rustc_private)
this 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
NoMatch(NoMatchData<'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?
Ambiguity(Vec<CandidateSource>)🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
PrivateMatch(Def, Vec<DefId>)🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
IllegalSizedBound(Vec<DefId>)🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
BadReturnType🔬 This is a nightly-only experimental API. (rustc_private)
this 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 MethodError<'tcx>
impl<'tcx> !Send for MethodError<'tcx>impl<'tcx> !Sync for MethodError<'tcx>
impl<'tcx> !Sync for MethodError<'tcx>