Type Alias rustc_borrowck::nll::PoloniusOutput

source ·
pub type PoloniusOutput = Output<RustcFacts>;

Aliased Type§

struct PoloniusOutput {
Show 17 fields pub errors: HashMap<LocationIndex, Vec<BorrowIndex>, BuildHasherDefault<FxHasher>>, pub subset_errors: HashMap<LocationIndex, BTreeSet<(RegionVid, RegionVid)>, BuildHasherDefault<FxHasher>>, pub move_errors: HashMap<LocationIndex, Vec<MovePathIndex>, BuildHasherDefault<FxHasher>>, pub dump_enabled: bool, pub loan_live_at: HashMap<LocationIndex, Vec<BorrowIndex>, BuildHasherDefault<FxHasher>>, pub origin_contains_loan_at: HashMap<LocationIndex, BTreeMap<RegionVid, BTreeSet<BorrowIndex>>, BuildHasherDefault<FxHasher>>, pub origin_contains_loan_anywhere: HashMap<RegionVid, BTreeSet<BorrowIndex>, BuildHasherDefault<FxHasher>>, pub origin_live_on_entry: HashMap<LocationIndex, Vec<RegionVid>, BuildHasherDefault<FxHasher>>, pub loan_invalidated_at: HashMap<LocationIndex, Vec<BorrowIndex>, BuildHasherDefault<FxHasher>>, pub subset: HashMap<LocationIndex, BTreeMap<RegionVid, BTreeSet<RegionVid>>, BuildHasherDefault<FxHasher>>, pub subset_anywhere: HashMap<RegionVid, BTreeSet<RegionVid>, BuildHasherDefault<FxHasher>>, pub var_live_on_entry: HashMap<LocationIndex, Vec<Local>, BuildHasherDefault<FxHasher>>, pub var_drop_live_on_entry: HashMap<LocationIndex, Vec<Local>, BuildHasherDefault<FxHasher>>, pub path_maybe_initialized_on_exit: HashMap<LocationIndex, Vec<MovePathIndex>, BuildHasherDefault<FxHasher>>, pub path_maybe_uninitialized_on_exit: HashMap<LocationIndex, Vec<MovePathIndex>, BuildHasherDefault<FxHasher>>, pub known_contains: HashMap<RegionVid, BTreeSet<BorrowIndex>, BuildHasherDefault<FxHasher>>, pub var_maybe_partly_initialized_on_exit: HashMap<LocationIndex, Vec<Local>, BuildHasherDefault<FxHasher>>,
}

Fields§

§errors: HashMap<LocationIndex, Vec<BorrowIndex>, BuildHasherDefault<FxHasher>>§subset_errors: HashMap<LocationIndex, BTreeSet<(RegionVid, RegionVid)>, BuildHasherDefault<FxHasher>>§move_errors: HashMap<LocationIndex, Vec<MovePathIndex>, BuildHasherDefault<FxHasher>>§dump_enabled: bool§loan_live_at: HashMap<LocationIndex, Vec<BorrowIndex>, BuildHasherDefault<FxHasher>>§origin_contains_loan_at: HashMap<LocationIndex, BTreeMap<RegionVid, BTreeSet<BorrowIndex>>, BuildHasherDefault<FxHasher>>§origin_contains_loan_anywhere: HashMap<RegionVid, BTreeSet<BorrowIndex>, BuildHasherDefault<FxHasher>>§origin_live_on_entry: HashMap<LocationIndex, Vec<RegionVid>, BuildHasherDefault<FxHasher>>§loan_invalidated_at: HashMap<LocationIndex, Vec<BorrowIndex>, BuildHasherDefault<FxHasher>>§subset: HashMap<LocationIndex, BTreeMap<RegionVid, BTreeSet<RegionVid>>, BuildHasherDefault<FxHasher>>§subset_anywhere: HashMap<RegionVid, BTreeSet<RegionVid>, BuildHasherDefault<FxHasher>>§var_live_on_entry: HashMap<LocationIndex, Vec<Local>, BuildHasherDefault<FxHasher>>§var_drop_live_on_entry: HashMap<LocationIndex, Vec<Local>, BuildHasherDefault<FxHasher>>§path_maybe_initialized_on_exit: HashMap<LocationIndex, Vec<MovePathIndex>, BuildHasherDefault<FxHasher>>§path_maybe_uninitialized_on_exit: HashMap<LocationIndex, Vec<MovePathIndex>, BuildHasherDefault<FxHasher>>§known_contains: HashMap<RegionVid, BTreeSet<BorrowIndex>, BuildHasherDefault<FxHasher>>§var_maybe_partly_initialized_on_exit: HashMap<LocationIndex, Vec<Local>, BuildHasherDefault<FxHasher>>

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 520 bytes