]> git.lizzy.rs Git - rust.git/blob - src/doc/unstable-book/src/language-features/asm-unwind.md
Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwco
[rust.git] / src / doc / unstable-book / src / language-features / asm-unwind.md
1 # `asm_unwind`
2
3 The tracking issue for this feature is: [#93334]
4
5 [#93334]: https://github.com/rust-lang/rust/issues/93334
6
7 ------------------------
8
9 This feature adds a `may_unwind` option to `asm!` which allows an `asm` block to unwind stack and be part of the stack unwinding process. This option is only supported by the LLVM backend right now.