Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix 404 link in RFC
  • Loading branch information
jmcomets authored Feb 10, 2017
commit 1e7d44859b5493109b47f2fc856977d45a6c4bf9
2 changes: 1 addition & 1 deletion 0000-proper-tail-calls.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ calls without exhausting any resources.
[implementation]: #implementation

A current, mostly-functioning implementation can be found at
[DemiMarie/rust/tree/explicit-tailcalls](/DemiMarie/rust/tree/explicit-tailcalls).
[DemiMarie/rust/tree/explicit-tailcalls](https://github.com/DemiMarie/rust/tree/explicit-tailcalls).

The parser parses `become` exactly how it parses the `return` keyword. The
difference in semantics is handled later.
Expand Down