From 0907b9d1211c501b3556c5ca2fa222890c3c7d18 Mon Sep 17 00:00:00 2001 From: topecongiro Date: Thu, 2 Mar 2017 07:06:18 +0900 Subject: [PATCH] Add abi_x86_interrupt to the unstable book --- src/doc/unstable-book/src/SUMMARY.md | 1 + src/doc/unstable-book/src/abi-x86-interrupt.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 src/doc/unstable-book/src/abi-x86-interrupt.md diff --git a/src/doc/unstable-book/src/SUMMARY.md b/src/doc/unstable-book/src/SUMMARY.md index e876b4aac0d..5fb323d6ce9 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 00000000000..c89d2ee2106 --- /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 + +------------------------