Enum rustc_lint::middle::infer::fixup_errUnstable [-] [+] [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 Debug for fixup_err

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

impl Clone for fixup_err

fn clone(&self) -> fixup_err

fn clone_from(&mut self, source: &Self)

impl Copy for fixup_err