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]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

Derived Implementations

impl Debug for FixupError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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

impl Copy for FixupError
[src]