Skip to content

Commit ab9e703

Browse files
committed
Make place helpers accessible
1 parent 0e44a38 commit ab9e703

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/rustc_borrowck/src/consumers.rs

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ pub use super::{
1313
facts::{AllFacts as PoloniusInput, RustcFacts},
1414
location::{LocationTable, RichLocation},
1515
nll::PoloniusOutput,
16+
place_ext::PlaceExt,
17+
places_conflict::{places_conflict, PlaceConflictBias},
1618
region_infer::RegionInferenceContext,
1719
BodyWithBorrowckFacts,
1820
};

0 commit comments

Comments
 (0)