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.
LivenessValues
1 parent 59e9b68 commit 3e24716Copy full SHA for 3e24716
compiler/rustc_borrowck/src/region_infer/values.rs
@@ -151,7 +151,7 @@ impl LivenessValues {
151
self.points.union_row(region, points)
152
}
153
154
- /// Record `region` as being live at all the control-flow points.
+ /// Records `region` as being live at all the control-flow points.
155
pub(crate) fn add_all_points(&mut self, region: RegionVid) {
156
self.points.insert_all_into_row(region);
157
0 commit comments