Struct rustc::middle::traits::FulfillmentErrorExperimental [-]  [+] [src]

pub struct FulfillmentError<'tcx> {
    pub obligation: PredicateObligation<'tcx>,
    pub code: FulfillmentErrorCode<'tcx>,
}

Fields

obligation
code

Methods

impl<'tcx> FulfillmentError<'tcx>

fn is_overflow(&self) -> bool

Trait Implementations

impl<'tcx> Repr<'tcx> for FulfillmentError<'tcx>

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