Enum rustc_trans::middle::infer::fixup_errExperimental [-]  [+] [src]

pub enum fixup_err {
    unresolved_int_ty(IntVid),
    unresolved_float_ty(FloatVid),
    unresolved_ty(TyVid),
}

Variants

unresolved_int_ty
unresolved_float_ty
unresolved_ty

Trait Implementations

Derived Implementations

impl Show for fixup_err

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

impl Copy for fixup_err