Enum rustc::infer::FixupError
[−]
[src]
pub enum FixupError { UnresolvedIntTy(IntVid), UnresolvedFloatTy(FloatVid), UnresolvedTy(TyVid), }
Unstable (
rustc_private
)Variants
UnresolvedIntTy(IntVid)
Unstable (
rustc_private
)UnresolvedFloatTy(FloatVid)
Unstable (
rustc_private
)UnresolvedTy(TyVid)
Unstable (
rustc_private
)Trait Implementations
impl Display for FixupError
[src]
Derived Implementations
impl Debug 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