Skip to content
Merged
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
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h2>What is this page</h2>
<h2>Timeline</h2>

<ul>
<li>2022-04-25: A <a href="https://github.com/rust-lang/rust/pull/96376">pull request to rust-lang/rust</a> was opened to support <code>do yeet &lt;expr&gt;</code> syntax on nightly (since <code>yeet</code> is not yet a reserved keyword yet). To accompany it, two tracking issues for <a href="https://github.com/rust-lang/rust/issues/96373">yeet expressions</a> and <a href="https://github.com/rust-lang/rust/issues/96374"><code>core::ops::Yeet</code></a> respectively were opened.</li>
<li>2022-03-26: A <a href="https://github.com/rust-lang/compiler-team/issues/501">proposal</a> was opened to introduce <em>yeet</em> into nightly</li>
<li>2021-04-17: A <a href="https://github.com/rust-lang/rfcs/blob/master/text/3058-try-trait-v2.md#summary">RFC</a> was merged that uses the <code>yeet</code> syntax</li> to avoid weighing in on other keyword options
<li>2021-03-07: Internals <a href="https://internals.rust-lang.org/t/syntax-for-returning-early-with-an-error/14181">forum discussion</a> around returning errors early</li>
Expand Down