mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Rollup merge of #133622 - mkroening:exception-blog, r=cuviper
update link to "C++ Exceptions under the hood" blog
The link was introduced in 0ec321f7b5. For the old link, see https://web.archive.org/web/20170409223244/https://monoinfinito.wordpress.com/series/exception-handling-in-c/. The blog has migrated from WordPress to Blogger in 2021 and to GitHub pages in 2024.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
//! documents linked from it.
|
||||
//! These are also good reads:
|
||||
//! * <https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html>
|
||||
//! * <https://monoinfinito.wordpress.com/series/exception-handling-in-c/>
|
||||
//! * <https://nicolasbrailo.github.io/blog/projects_texts/13exceptionsunderthehood.html>
|
||||
//! * <https://www.airs.com/blog/index.php?s=exception+frames>
|
||||
//!
|
||||
//! ## A brief summary
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
//! documents linked from it.
|
||||
//! These are also good reads:
|
||||
//! * <https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html>
|
||||
//! * <https://monoinfinito.wordpress.com/series/exception-handling-in-c/>
|
||||
//! * <https://nicolasbrailo.github.io/blog/projects_texts/13exceptionsunderthehood.html>
|
||||
//! * <https://www.airs.com/blog/index.php?s=exception+frames>
|
||||
//!
|
||||
//! ## A brief summary
|
||||
|
||||
Reference in New Issue
Block a user