Skip to content

Commit 05a1c41

Browse files
committed
Cross-link the other features mentioned in the summary
1 parent b1e4066 commit 05a1c41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

text/0000-try-trait-v2.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ while addressing the discovered shortcomings of the currently-implemented soluti
1515
as well as enabling new scenarios.
1616

1717
*This is forward-looking to be compatible with other features,
18-
like `try {}` blocks or `yeet e` expressions or `Iterator::try_find`,
18+
like [`try {}`](https://doc.rust-lang.org/nightly/unstable-book/language-features/try-blocks.html) blocks
19+
or [`yeet e`](https://twitter.com/josh_triplett/status/1248658754976927750) expressions
20+
or [`Iterator::try_find`](https://github.com/rust-lang/rust/issues/63178),
1921
but the statuses of those features are **not** themselves impacted by this RFC.*
2022

2123
# Motivation

0 commit comments

Comments
 (0)