We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13396e commit e5e6acdCopy full SHA for e5e6acd
compiler/rustc_mir/src/borrow_check/consumers.rs
@@ -24,6 +24,8 @@ pub use super::{
24
/// that shows how to do this at `src/test/run-make/obtain-borrowck/`.
25
/// * This function will also panic if computation of Polonius facts
26
/// (`-Zpolonius` flag) is not enabled.
27
+///
28
+/// * Polonius is highly unstable, so expect regular changes in its signature or other details.
29
pub fn get_body_with_borrowck_facts<'tcx>(
30
tcx: TyCtxt<'tcx>,
31
def: ty::WithOptConstParam<LocalDefId>,
0 commit comments