mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 08:51:18 +08:00
Merge pull request #23 from usernameisnull/patch-5
Update ch05-00-structs.md
This commit is contained in:
commit
f90002b9de
@ -83,7 +83,7 @@ error[E0106]: missing lifetime specifier
|
||||
| ^ expected lifetime parameter
|
||||
```
|
||||
|
||||
第十章会讲到如何修复这个问题以便在结构体中储存引用,不过现在,通过通过从像`&str`这样的引用切换到像`String`这类拥有所有权的类型来修改修改这个错误。
|
||||
第十章会讲到如何修复这个问题以便在结构体中储存引用,不过现在,通过从像`&str`这样的引用切换到像`String`这类拥有所有权的类型来修改修改这个错误。
|
||||
|
||||
## 一个示例程序
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user