We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc3999 commit df034b0Copy full SHA for df034b0
src/doc/unstable-book/src/compiler-flags/sanitizer.md
@@ -213,7 +213,7 @@ See the [Clang ControlFlowIntegrity documentation][clang-cfi] for more details.
213
214
## Example
215
216
-```text
+```rust,ignore
217
#![feature(naked_functions)]
218
219
use std::arch::asm;
@@ -238,7 +238,7 @@ pub extern "C" fn add_two(x: i32) {
238
nop
239
240
241
- lea rax, [rdi+2]
+ lea eax, [edi+2]
242
ret
243
",
244
options(noreturn)
0 commit comments