Enum rustc::infer::FixupError
[−]
[src]
pub enum FixupError {
UnresolvedIntTy(IntVid),
UnresolvedFloatTy(FloatVid),
UnresolvedTy(TyVid),
}🔬 This is a nightly-only experimental API. (
rustc_private)Variants
UnresolvedIntTy(IntVid)🔬 This is a nightly-only experimental API. (
rustc_private)UnresolvedFloatTy(FloatVid)🔬 This is a nightly-only experimental API. (
rustc_private)UnresolvedTy(TyVid)🔬 This is a nightly-only experimental API. (
rustc_private)Trait Implementations
impl Copy for FixupError[src]
impl Clone for FixupError[src]
fn clone(&self) -> FixupError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more