We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5783302 commit 8659952Copy full SHA for 8659952
compiler/rustc_borrowck/src/dataflow.rs
@@ -223,6 +223,7 @@ impl<'tcx> OutOfScopePrecomputer<'_, 'tcx> {
223
}
224
225
226
+// This is `pub` because it's used by unstable external borrowck data users, see `consumers.rs`.
227
pub fn calculate_borrows_out_of_scope_at_location<'tcx>(
228
body: &Body<'tcx>,
229
regioncx: &RegionInferenceContext<'tcx>,
0 commit comments