Skip to content

Commit ab42507

Browse files
committed
Move to final location; set tracking issue number.
1 parent 71aef40 commit ab42507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-try-trait-v2.md renamed to text/3058-try-trait-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: try_trait_v2
22
- Start Date: 2020-12-12
33
- RFC PR: [rust-lang/rfcs#3058](https://github.com/rust-lang/rfcs/pull/3058)
4-
- Rust Issue: [rust-lang/rust#0000](https://github.com/rust-lang/rust/issues/0000)
4+
- Rust Issue: [rust-lang/rust#84277](https://github.com/rust-lang/rust/issues/84277)
55

66
# Summary
77
[summary]: #summary
@@ -243,7 +243,7 @@ impl<T, E: From<FancyError>> FromResidual<ResultCodeResidual> for Result<T, E> {
243243

244244
## Using these traits in generic code
245245

246-
`Iterator::try_fold` has been stable to call (but not to implement) for a while now. To illustrate the flow through the traits in this RFC, lets implement our own version.
246+
`Iterator::try_fold` has been stable to call (but not to implement) for a while now. To illustrate the flow through the traits in this RFC, let's implement our own version.
247247

248248
As a reminder, an infallible version of a fold looks something like this:
249249
```rust

0 commit comments

Comments
 (0)