提交 9823511b 编写于 作者: S Steve Klabnik

Rollup merge of #30154 - salty-horse:guessing_panic, r=steveklabnik

The text mentions ```return```, but what's actually happening is a ```panic!```.
......@@ -779,7 +779,7 @@ fn main() {
```
And try it out. But wait, didn’t we just add an infinite loop? Yup. Remember
our discussion about `parse()`? If we give a non-number answer, we’ll `return`
our discussion about `parse()`? If we give a non-number answer, we’ll `panic!`
and quit. Observe:
```bash
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册