We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14480b4 commit a393596Copy full SHA for a393596
src/librustc_mir/borrow_check/nll/region_infer/mod.rs
@@ -305,7 +305,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
305
// and hence we establish (transitively) a constraint that
306
// `'a: 'b`. The `propagate_constraints` code above will
307
// therefore add `end('a)` into the region for `'b` -- but we
308
- // have no evidence that `'b` outlives `'a`, so we want to report
+ // have no evidence that `'a` outlives `'b`, so we want to report
309
// an error.
310
311
// The universal regions are always found in a prefix of the
0 commit comments