Struct rustc_mir::borrow_check::nll::type_check::input_output::ObligationAccumulator[][src]

struct ObligationAccumulator<'tcx> {
    obligations: PredicateObligations<'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?

Fields

🔬 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?

Methods

impl<'tcx> ObligationAccumulator<'tcx>
[src]

🔬 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?

🔬 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<'tcx> Debug for ObligationAccumulator<'tcx>
[src]

Formats the value using the given formatter. Read more

impl<'tcx> Default for ObligationAccumulator<'tcx>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'tcx> !Send for ObligationAccumulator<'tcx>

impl<'tcx> !Sync for ObligationAccumulator<'tcx>