We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17d2da commit 297ff8cCopy full SHA for 297ff8c
compiler/rustc_borrowck/src/consumers.rs
@@ -30,7 +30,7 @@ pub use super::{
30
/// will be retrieved.
31
#[derive(Debug, Copy, Clone)]
32
pub enum ConsumerOptions {
33
- /// Retrieve the [`Body`] along with the [`BorrowSet`](super::borrow_set::BorrowSet)
+ /// Retrieve the [`Body`] along with the [`BorrowSet`]
34
/// and [`RegionInferenceContext`]. If you would like the body only, use
35
/// [`TyCtxt::mir_promoted`].
36
///
0 commit comments