Rollup merge of #40191 - topecongiro:x86-interrupt, r=steveklabnik

Add abi_x86_interrupt to the unstable book

This PR closes #40181.
This commit is contained in:
Guillaume Gomez 2017-03-02 11:29:42 +01:00 committed by GitHub
commit a7126e1132
2 changed files with 8 additions and 0 deletions

View File

@ -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)

View File

@ -0,0 +1,7 @@
# `abi_x86_interrupt`
The tracking issue for this feature is: [#40180]
[#40180]: https://github.com/rust-lang/rust/issues/40180
------------------------