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 e305df1 commit 52e4407Copy full SHA for 52e4407
src/librustc_mir/util/liveness.rs
@@ -55,8 +55,7 @@ pub struct LivenessResult {
55
}
56
57
/// Computes which local variables are live within the given function
58
-/// `mir`. The liveness mode `mode` determines what sorts of uses are
59
-/// considered to make a variable live (e.g., do drops count?).
+/// `mir`, including drops.
60
pub fn liveness_of_locals<'tcx>(
61
mir: &Mir<'tcx>,
62
) -> LivenessResult {
0 commit comments