Enum rustc_lint::middle::infer::region_inference::VerifyUnstable [-] [+] [src]

pub enum Verify<'tcx> {
    VerifyRegSubReg(SubregionOrigin<'tcx>, Region, Region),
    VerifyGenericBound(GenericKind<'tcx>, SubregionOrigin<'tcx>, Region, Vec<Region>),
}

Variants

VerifyRegSubReg
VerifyGenericBound

Trait Implementations

impl<'tcx> Repr<'tcx> for Verify<'tcx>

fn repr(&self, tcx: &ctxt<'tcx>) -> String