]> git.lizzy.rs Git - rust.git/blobdiff - src/libpanic_unwind/seh.rs
Rollup merge of #68120 - Centril:ban-range-to-dotdotdot, r=oli-obk
[rust.git] / src / libpanic_unwind / seh.rs
index 9a28c47ba9458d22ea5d9db173534b9968a1b521..e1907ec4e5f32a9e45bef8ac3403af8794e37f8b 100644 (file)
@@ -41,7 +41,7 @@
 //!   are then recovered in the filter function to be written to the stack frame
 //!   of the `try` intrinsic.
 //!
-//! [win64]: http://msdn.microsoft.com/en-us/library/1eyas8tf.aspx
+//! [win64]: https://docs.microsoft.com/en-us/cpp/build/exception-handling-x64
 //! [llvm]: http://llvm.org/docs/ExceptionHandling.html#background-on-windows-exceptions
 
 #![allow(nonstandard_style)]