about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Stolz <d.stolz@tum.de>2023-05-17 16:07:50 +0200
committerDominik Stolz <d.stolz@tum.de>2023-05-23 13:11:23 +0200
commitab9e7037d1c1702010092d9134e02b88d54fe237 (patch)
tree59cd3edf57c952128978ad78c22734486a74b315
parent0e44a38892353409e4a05ccbe22a42524a407dba (diff)
downloadrust-ab9e7037d1c1702010092d9134e02b88d54fe237.tar.gz
rust-ab9e7037d1c1702010092d9134e02b88d54fe237.zip
Make place helpers accessible
-rw-r--r--compiler/rustc_borrowck/src/consumers.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_borrowck/src/consumers.rs b/compiler/rustc_borrowck/src/consumers.rs
index ef2358301f2..810f1991579 100644
--- a/compiler/rustc_borrowck/src/consumers.rs
+++ b/compiler/rustc_borrowck/src/consumers.rs
@@ -13,6 +13,8 @@ pub use super::{
     facts::{AllFacts as PoloniusInput, RustcFacts},
     location::{LocationTable, RichLocation},
     nll::PoloniusOutput,
+    place_ext::PlaceExt,
+    places_conflict::{places_conflict, PlaceConflictBias},
     region_infer::RegionInferenceContext,
     BodyWithBorrowckFacts,
 };