about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-05-16 08:37:31 +0000
committerbors <bors@rust-lang.org>2015-05-16 08:37:31 +0000
commit0becf6aec73f90408c8eafb46bf7742389497e5c (patch)
treec8b47224e5a6e5180a59c0ec6bef41df76c97e07
parent15c18e725c5fcdfce1ebeb82344121a3a381237a (diff)
parent742ad41359a1794b5dcef4697652fcbbeaeb2458 (diff)
downloadrust-0becf6aec73f90408c8eafb46bf7742389497e5c.tar.gz
rust-0becf6aec73f90408c8eafb46bf7742389497e5c.zip
Auto merge of #25453 - jimblandy:FQA-fiasco-link, r=alexcrichton
Fix the link to the "static initialization order fiasco" discussion in the C++ Frequently Questioned Answers.

At present the link points to a mail message summarizing the decision not to have resumable exceptions, but the FAQ means to refer to a discussion of the "static initialization order fiasco". I've made my best guess at what it meant to refer to.
-rw-r--r--src/doc/complement-design-faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/complement-design-faq.md b/src/doc/complement-design-faq.md
index fb157c65d95..e0a56a1a631 100644
--- a/src/doc/complement-design-faq.md
+++ b/src/doc/complement-design-faq.md
@@ -79,7 +79,7 @@ feature.
 A nice replacement is the [lazy constructor macro][lcm] by [Marvin
 Löbel][kim].
 
-[fqa]: https://mail.mozilla.org/pipermail/rust-dev/2013-April/003815.html
+[fqa]: http://yosefk.com/c++fqa/ctors.html#fqa-10.12
 [elp]: http://ericlippert.com/2013/02/06/static-constructors-part-one/
 [lcm]: https://gist.github.com/Kimundi/8782487
 [kim]: https://github.com/Kimundi