Skip to content

Commit 6fc8004

Browse files
Apply suggestions from code review
Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com>
1 parent d4475f3 commit 6fc8004

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

posts/2019-10-28-nll-hard-errors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Completing the transition to the new borrow checker"
44
author: Niko Matsakis
55
---
66

7-
For most of 2018, we've been issue warnings about various bugs in the
7+
For most of 2018, we've been issuing warnings about various bugs in the
88
borrow checker that we plan to fix -- about two months ago, in the
99
current Rust nightly, those warnings became **hard errors**. In about
1010
two weeks, when the nightly branches to become beta, those hard errors
@@ -86,6 +86,7 @@ The most common crates that were affected are the following:
8686

8787
* `url` version 1.7.0 -- you can upgrade to 1.7.2, though you'd be better off upgrading to 2.1.0
8888
* `nalgebra` version 0.16.13 -- you can upgrade to 0.16.14, though you'd be better off upgrading to 0.19.0
89+
* `rusttype` version 0.2.0 to 0.2.3 -- you can upgrade to 0.2.4, though you'd be better off looking at upgrading to 0.8.1
8990

9091
You can find out which crates you rely upon using the [cargo-tree] command. If you find
9192
that you *do* rely (say) on `url` 1.7.0, you can upgrade to 1.7.2 by executing:

0 commit comments

Comments
 (0)