We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691eba1 commit 0907b9dCopy full SHA for 0907b9d
src/doc/unstable-book/src/SUMMARY.md
@@ -5,6 +5,7 @@
5
- [abi_sysv64](abi-sysv64.md)
6
- [abi_unadjusted](abi-unadjusted.md)
7
- [abi_vectorcall](abi-vectorcall.md)
8
+- [abi_x86_interrupt](abi-x86-interrupt.md)
9
- [advanced_slice_patterns](advanced-slice-patterns.md)
10
- [alloc_jemalloc](alloc-jemalloc.md)
11
- [alloc_system](alloc-system.md)
src/doc/unstable-book/src/abi-x86-interrupt.md
@@ -0,0 +1,7 @@
1
+# `abi_x86_interrupt`
2
+
3
+The tracking issue for this feature is: [#40180]
4
+[#40180]: https://github.com/rust-lang/rust/issues/40180
+------------------------
0 commit comments