Skip to content

Commit

Permalink
Rollup merge of rust-lang#40191 - topecongiro:x86-interrupt, r=stevek…
Browse files Browse the repository at this point in the history
…labnik

Add abi_x86_interrupt to the unstable book

This PR closes rust-lang#40181.
  • Loading branch information
GuillaumeGomez authored Mar 2, 2017
2 parents f10adcc + 0907b9d commit a7126e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/doc/unstable-book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 7 additions & 0 deletions src/doc/unstable-book/src/abi-x86-interrupt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# `abi_x86_interrupt`

The tracking issue for this feature is: [#40180]

[#40180]: https://github.com/rust-lang/rust/issues/40180

------------------------

0 comments on commit a7126e1

Please sign in to comment.