"errors with" is idiomatic in English

This commit is contained in:
Jonathan Price 2016-06-27 16:49:58 -05:00 committed by GitHub
parent cae02fff6a
commit 4a327e0e14

View File

@ -123,7 +123,7 @@ let v = vec![];
foo(&v);
```
errors with:
will give us this error:
```text
error: cannot borrow immutable borrowed content `*v` as mutable