Trait rustc_mir::borrow_check::nll::facts::AllFactsExt[][src]

pub(crate) trait AllFactsExt {
    fn write_to_dir(
        &self,
        dir: impl AsRef<Path>,
        location_table: &LocationTable
    ) -> Result<(), Box<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?

Required Methods

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

Implementations on Foreign Types

impl AllFactsExt for PoloniusAllFacts<RegionVid, BorrowIndex, LocationIndex>
[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?

Implementors