[−][src]Trait rustc_mir::borrow_check::nll::facts::AllFactsExt
🔬 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
fn enabled(tcx: TyCtxt) -> 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?
Returns true if there is a need to gather AllFacts
given the
current -Z
flags.
fn write_to_dir(
&self,
dir: impl AsRef<Path>,
location_table: &LocationTable
) -> Result<(), Box<Error>>
&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?
Implementations on Foreign Types
impl AllFactsExt for PoloniusAllFacts<RegionVid, BorrowIndex, LocationIndex>
[src]
impl AllFactsExt for PoloniusAllFacts<RegionVid, BorrowIndex, LocationIndex>
fn enabled(tcx: TyCtxt) -> bool
[src]
fn enabled(tcx: TyCtxt) -> 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?
Return
fn write_to_dir(
&self,
dir: impl AsRef<Path>,
location_table: &LocationTable
) -> Result<(), Box<Error>>
[src]
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?