mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
Error messages don't have fancy quotes
This commit is contained in:
parent
268ed1008b
commit
2c34e8b073
@ -809,7 +809,7 @@ the parts about lifetimes, the message does contain the key to why this code is
|
||||
a problem:
|
||||
|
||||
```
|
||||
this function’s return type contains a borrowed value, but there is no value
|
||||
this function's return type contains a borrowed value, but there is no value
|
||||
for it to be borrowed from.
|
||||
```
|
||||
|
||||
|
Binary file not shown.
@ -266,8 +266,8 @@ This error message refers to a feature we haven’t learned about yet:
|
||||
the parts about lifetimes, the message does contain the key to why this code is
|
||||
a problem:
|
||||
|
||||
```
|
||||
this function’s return type contains a borrowed value, but there is no value
|
||||
```bash
|
||||
this function's return type contains a borrowed value, but there is no value
|
||||
for it to be borrowed from.
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user