add zh/panic.md

This commit is contained in:
sunface
2022-03-20 16:02:37 +08:00
parent fa24fd7489
commit 9f82c6a141
5 changed files with 122 additions and 3 deletions

View File

@ -37,7 +37,7 @@
- [as](type-conversions/as.md)
- [From/Into](type-conversions/from-into.md)
- [其它转换](type-conversions/others.md)
- [返回值和 panic! todo](result-panic/intro.md)
- [返回值和 panic!](result-panic/intro.md)
- [panic! 深入剖析](result-panic/panic.md)
- [返回值result 和 ?](result-panic/result.md)
- [包和模块 todo](crate-module/intro.md)