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 b012615 commit af8a318Copy full SHA for af8a318
compiler/rustc_borrowck/src/dataflow.rs
@@ -222,6 +222,7 @@ impl<'tcx> OutOfScopePrecomputer<'_, 'tcx> {
222
}
223
224
225
+// This is `pub` because it's used by unstable external borrowck data users, see `consumers.rs`.
226
pub fn calculate_borrows_out_of_scope_at_location<'tcx>(
227
body: &Body<'tcx>,
228
regioncx: &RegionInferenceContext<'tcx>,
0 commit comments