Skip to content

Commit e5e6acd

Browse files
authored
Update compiler/rustc_mir/src/borrow_check/consumers.rs
1 parent f13396e commit e5e6acd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: compiler/rustc_mir/src/borrow_check/consumers.rs

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ pub use super::{
2424
/// that shows how to do this at `src/test/run-make/obtain-borrowck/`.
2525
/// * This function will also panic if computation of Polonius facts
2626
/// (`-Zpolonius` flag) is not enabled.
27+
///
28+
/// * Polonius is highly unstable, so expect regular changes in its signature or other details.
2729
pub fn get_body_with_borrowck_facts<'tcx>(
2830
tcx: TyCtxt<'tcx>,
2931
def: ty::WithOptConstParam<LocalDefId>,

0 commit comments

Comments
 (0)