Skip to content

Commit a393596

Browse files
committed
region_infer: Fix typo in comment
1 parent 14480b4 commit a393596

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_mir/borrow_check/nll/region_infer

1 file changed

+1
-1
lines changed

src/librustc_mir/borrow_check/nll/region_infer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
305305
// and hence we establish (transitively) a constraint that
306306
// `'a: 'b`. The `propagate_constraints` code above will
307307
// therefore add `end('a)` into the region for `'b` -- but we
308-
// have no evidence that `'b` outlives `'a`, so we want to report
308+
// have no evidence that `'a` outlives `'b`, so we want to report
309309
// an error.
310310

311311
// The universal regions are always found in a prefix of the

0 commit comments

Comments
 (0)