We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7f5af commit 90ef197Copy full SHA for 90ef197
src/librustc_mir/borrow_check/region_infer/mod.rs
@@ -1619,7 +1619,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
1619
}
1620
1621
/// Attempt to propagate a region error (e.g. `'a: 'b`) that is not met to a closure's
1622
- /// creator. If we cannot, then we report an error to the user.
+ /// creator. If we cannot, then the caller should report an error to the user.
1623
///
1624
/// Returns `true` if the error was propagated, and `false` otherwise.
1625
fn try_propagate_universal_region_error(
0 commit comments