Enum rustc::infer::region_inference::Verify [] [src]

pub enum Verify<'tcx> {
    VerifyRegSubReg(SubregionOrigin<'tcx>, RegionRegion),
    VerifyGenericBound(GenericKind<'tcx>, SubregionOrigin<'tcx>, RegionVerifyBound),
}
Unstable (rustc_private)

Variants

VerifyRegSubReg(SubregionOrigin<'tcx>, RegionRegion)
Unstable (rustc_private)
VerifyGenericBound(GenericKind<'tcx>, SubregionOrigin<'tcx>, RegionVerifyBound)
Unstable (rustc_private)

Trait Implementations

impl<'tcx> Debug for Verify<'tcx>
[src]

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

Formats the value using the given formatter.