Skip to content

Commit fd868d4

Browse files
authored
tidy up!
1 parent 1de094a commit fd868d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/error_codes.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1912,8 +1912,8 @@ fn bar<'short, 'long>(c: Foo<'short>, l: &'long isize) {
19121912
```
19131913
19141914
In this example, we tried to set a value with an incompatible lifetime to
1915-
another one (`'long` is unrelated to `'short`). We can solve this issue in two different
1916-
ways:
1915+
another one (`'long` is unrelated to `'short`). We can solve this issue in
1916+
two different ways:
19171917
19181918
Either we make `'short` live at least as long as `'long`:
19191919

0 commit comments

Comments
 (0)