We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b14f723 + 3f5bf1e commit a8df079Copy full SHA for a8df079
1 file changed
mdbook/src/09-registers/type-safe-manipulation.md
@@ -337,7 +337,7 @@ instructions that the "unsafe" version that used `write_volatile` and hexadecima
337
338
Use `cargo objdump` to grab the assembler code to `release.type-safe.dump`:
339
``` console
340
-cargo objdump -q --release --bin type-safe -- --disassemble --no-show-raw-insn > release.type-safe.dump
+cargo objdump -q --release --example type-safe -- --disassemble --no-show-raw-insn > release.type-safe.dump
341
```
342
343
Then search for `main` in `release.type-safe.dump`
0 commit comments