"errors with" is idiomatic in English
This commit is contained in:
parent
cae02fff6a
commit
4a327e0e14
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue