Struct rustc_lint::middle::traits::FulfillmentErrorUnstable [-] [+] [src]

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

Fields

obligation
code

Trait Implementations

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

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