提交 f1e613ee 编写于 作者: G Guillaume Gomez

Update E0425 error explanation

上级 34799154
......@@ -632,8 +632,8 @@ fn bar() {
let x = unknown_variable; // error: unresolved name `unknown_variable`
```
Please verify you didn't misspell the name or that you're not using an
invalid object. Example:
Please verify that the name wasn't misspelled and ensure that the
identifier being referred to is valid for the given situation. Example:
```
enum something_that_does_exist {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册