We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e44a38 commit ab9e703Copy full SHA for ab9e703
compiler/rustc_borrowck/src/consumers.rs
@@ -13,6 +13,8 @@ pub use super::{
13
facts::{AllFacts as PoloniusInput, RustcFacts},
14
location::{LocationTable, RichLocation},
15
nll::PoloniusOutput,
16
+ place_ext::PlaceExt,
17
+ places_conflict::{places_conflict, PlaceConflictBias},
18
region_infer::RegionInferenceContext,
19
BodyWithBorrowckFacts,
20
};
0 commit comments