Skip to content

Commit

Permalink
Better comment
Browse files Browse the repository at this point in the history
Co-Authored-By: matthewjasper <mjjasper1@gmail.com>
  • Loading branch information
mark-i-m and matthewjasper authored Dec 20, 2019
1 parent 4c7f5af commit 90ef197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/borrow_check/region_infer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
}

/// Attempt to propagate a region error (e.g. `'a: 'b`) that is not met to a closure's
/// 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.
///
/// Returns `true` if the error was propagated, and `false` otherwise.
fn try_propagate_universal_region_error(
Expand Down

0 comments on commit 90ef197

Please sign in to comment.