Skip to content

Commit

Permalink
tidy up!
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC authored Nov 13, 2019
1 parent 1de094a commit fd868d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc/error_codes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1912,8 +1912,8 @@ fn bar<'short, 'long>(c: Foo<'short>, l: &'long isize) {
```
In this example, we tried to set a value with an incompatible lifetime to
another one (`'long` is unrelated to `'short`). We can solve this issue in two different
ways:
another one (`'long` is unrelated to `'short`). We can solve this issue in
two different ways:
Either we make `'short` live at least as long as `'long`:
Expand Down

0 comments on commit fd868d4

Please sign in to comment.