Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lifetime-elision.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const RESOLVED_STATIC: &dyn Fn(&Foo, &Bar) -> &Baz = &somefunc;
// 这个函数的返回类型包含一个借用来的值,但是签名没有说明它是从参数1还是从参数2借用来的
```

[^译注1]: 指 Fn、FnMute 和 FnOnce 这三个 trait。
[^译注1]: 指 Fn、FnMut 和 FnOnce 这三个 trait。

[closure trait]: types/closure.md
[constant]: items/constant-items.md
Expand Down