We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ac6fe commit dd6b9c1Copy full SHA for dd6b9c1
src/backend/mod.rs
@@ -55,9 +55,9 @@
55
pub unsafe trait ThrowByPointer {
56
/// An exception header.
57
///
58
- /// Allocated exceptions, as stored in the [`Exception`](super::exceptions::Exception) type,
59
- /// will contain this header. This allows exception pointers to be used with ABIs that require
60
- /// exceptions to contain custom information, like Itanium EH ABI.
+ /// Allocated exceptions, as stored in the [`Exception`](super::stacked_exceptions::Exception)
+ /// type, will contain this header. This allows exception pointers to be used with ABIs that
+ /// require exceptions to contain custom information, like Itanium EH ABI.
61
type ExceptionHeader;
62
63
/// Create a new exception header.
0 commit comments