Skip to content

Commit 0907b9d

Browse files
committed
Add abi_x86_interrupt to the unstable book
1 parent 691eba1 commit 0907b9d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/doc/unstable-book/src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [abi_sysv64](abi-sysv64.md)
66
- [abi_unadjusted](abi-unadjusted.md)
77
- [abi_vectorcall](abi-vectorcall.md)
8+
- [abi_x86_interrupt](abi-x86-interrupt.md)
89
- [advanced_slice_patterns](advanced-slice-patterns.md)
910
- [alloc_jemalloc](alloc-jemalloc.md)
1011
- [alloc_system](alloc-system.md)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# `abi_x86_interrupt`
2+
3+
The tracking issue for this feature is: [#40180]
4+
5+
[#40180]: https://github.com/rust-lang/rust/issues/40180
6+
7+
------------------------

0 commit comments

Comments
 (0)