Struct rustc::traits::fulfill::FulfillProcessor [−][src]
struct FulfillProcessor<'a, 'b: 'a, 'gcx: 'tcx, 'tcx: 'b> {
selcx: &'a mut SelectionContext<'b, 'gcx, 'tcx>,
register_region_obligations: bool,
}🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Fields
selcx: &'a mut SelectionContext<'b, 'gcx, 'tcx>
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
register_region_obligations: bool
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl<'a, 'b, 'gcx, 'tcx> ObligationProcessor for FulfillProcessor<'a, 'b, 'gcx, 'tcx>[src]
impl<'a, 'b, 'gcx, 'tcx> ObligationProcessor for FulfillProcessor<'a, 'b, 'gcx, 'tcx>type Obligation = PendingPredicateObligation<'tcx>
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
type Error = FulfillmentErrorCode<'tcx>
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
fn process_obligation(
&mut self,
obligation: &mut Self::Obligation
) -> Result<Option<Vec<Self::Obligation>>, Self::Error>[src]
fn process_obligation(
&mut self,
obligation: &mut Self::Obligation
) -> Result<Option<Vec<Self::Obligation>>, Self::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
fn process_backedge<'c, I>(
&mut self,
cycle: I,
_marker: PhantomData<&'c PendingPredicateObligation<'tcx>>
) where
I: Clone + Iterator<Item = &'c PendingPredicateObligation<'tcx>>, [src]
fn process_backedge<'c, I>(
&mut self,
cycle: I,
_marker: PhantomData<&'c PendingPredicateObligation<'tcx>>
) where
I: Clone + Iterator<Item = &'c PendingPredicateObligation<'tcx>>, 🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
As we do the cycle check, we invoke this callback when we encounter an actual cycle. cycle is an iterator that starts at the start of the cycle in the stack and walks toward the top. Read more
Auto Trait Implementations
impl<'a, 'b, 'gcx, 'tcx> !Send for FulfillProcessor<'a, 'b, 'gcx, 'tcx>
impl<'a, 'b, 'gcx, 'tcx> !Send for FulfillProcessor<'a, 'b, 'gcx, 'tcx>impl<'a, 'b, 'gcx, 'tcx> !Sync for FulfillProcessor<'a, 'b, 'gcx, 'tcx>
impl<'a, 'b, 'gcx, 'tcx> !Sync for FulfillProcessor<'a, 'b, 'gcx, 'tcx>