We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e4066 commit 05a1c41Copy full SHA for 05a1c41
text/0000-try-trait-v2.md
@@ -15,7 +15,9 @@ while addressing the discovered shortcomings of the currently-implemented soluti
15
as well as enabling new scenarios.
16
17
*This is forward-looking to be compatible with other features,
18
-like `try {}` blocks or `yeet e` expressions or `Iterator::try_find`,
+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),
21
but the statuses of those features are **not** themselves impacted by this RFC.*
22
23
# Motivation
0 commit comments