mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
stabilize naked_functions
This commit is contained in:
@@ -245,8 +245,6 @@ See the [Clang ControlFlowIntegrity documentation][clang-cfi] for more details.
|
||||
## Example 1: Redirecting control flow using an indirect branch/call to an invalid destination
|
||||
|
||||
```rust,ignore (making doc tests pass cross-platform is hard)
|
||||
#![feature(naked_functions)]
|
||||
|
||||
use std::arch::naked_asm;
|
||||
use std::mem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user