You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This effectively means that the compiler must treat the `naked_asm!` as a black box and only take the interface specification into account, not the instructions themselves.
1405
1405
- Runtime code patching is allowed, via target-specific mechanisms.
1406
1406
1407
+
r[asm.naked-rules.unwind]
1408
+
- Unwinding out of a `naked_asm!` block is allowed.
1409
+
- For correct behavior, the appropriate assembler directives that emit unwinding metadata must be used.
1410
+
1411
+
<!-- #[naked] is currently unstable, tests would fail if this were marked `rust` -->
0 commit comments