Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Reserve try for try { .. } block expressions #2388

Merged
merged 11 commits into from
May 3, 2018
Prev Previous commit
Next Next commit
rfc, try-expr: fix link
  • Loading branch information
Centril committed Apr 4, 2018
commit 88b94dd5d6412c9ed7ef80cb1371a1e2c3e2960f
4 changes: 2 additions & 2 deletions text/0000-try-expr.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ anywhere in the ecosystem which happens to be beneficial to us.

## For reserving `try` specifically

This is discussed in the [Rationale][alternatives].
This is discussed in the [rationale for `try`][rationale for try].

# Guide-level explanation
[guide-level-explanation]: #guide-level-explanation
Expand Down Expand Up @@ -157,7 +157,7 @@ seem to outweigh the drawbacks of the difficulty with purging [`try!`] from
our collective memory.

# Rationale and alternatives
[alternatives]: #alternatives
[rationale-and-alternatives]: #rationale-and-alternatives

## Review considerations

Expand Down