doc: Fix a link in the FAQ

Closes #14914
This commit is contained in:
Alex Crichton 2014-06-16 13:56:54 -07:00
parent accb442b38
commit ebac770abb

View File

@ -115,10 +115,10 @@ rationale and discussion.
## No guaranteed tail-call optimization
In general, tail-call optimization is not guaranteed: see for a detailed
explanation with references. There is a [proposed extension][tce] that would
allow tail-call elimination in certain contexts. The compiler is still free to
optimize tail-calls [when it pleases][sco], however.
In general, tail-call optimization is not guaranteed: see [here][tml] for a
detailed explanation with references. There is a [proposed extension][tce] that
would allow tail-call elimination in certain contexts. The compiler is still
free to optimize tail-calls [when it pleases][sco], however.
[tml]: https://mail.mozilla.org/pipermail/rust-dev/2013-April/003557.html
[sco]: http://llvm.org/docs/CodeGenerator.html#sibling-call-optimization