diff --git a/src/doc/unstable-book/src/SUMMARY.md b/src/doc/unstable-book/src/SUMMARY.md index e876b4aac0dfa594181fb943bd226eb374633eaa..5fb323d6ce90950bf2150ee05ac16255e097cae7 100644 --- a/src/doc/unstable-book/src/SUMMARY.md +++ b/src/doc/unstable-book/src/SUMMARY.md @@ -5,6 +5,7 @@ - [abi_sysv64](abi-sysv64.md) - [abi_unadjusted](abi-unadjusted.md) - [abi_vectorcall](abi-vectorcall.md) +- [abi_x86_interrupt](abi-x86-interrupt.md) - [advanced_slice_patterns](advanced-slice-patterns.md) - [alloc_jemalloc](alloc-jemalloc.md) - [alloc_system](alloc-system.md) diff --git a/src/doc/unstable-book/src/abi-x86-interrupt.md b/src/doc/unstable-book/src/abi-x86-interrupt.md new file mode 100644 index 0000000000000000000000000000000000000000..c89d2ee2106c91d7e1b4f9148905d35c7251b485 --- /dev/null +++ b/src/doc/unstable-book/src/abi-x86-interrupt.md @@ -0,0 +1,7 @@ +# `abi_x86_interrupt` + +The tracking issue for this feature is: [#40180] + +[#40180]: https://github.com/rust-lang/rust/issues/40180 + +------------------------