docs: add install cargo-binutils in chapter1/2remove-std.html

This commit is contained in:
eastfisher
2022-07-07 15:19:40 +08:00
parent 7c7cce9144
commit 35f848530f

View File

@@ -118,6 +118,12 @@ println! 宏是由标准库 std 提供的,且会使用到一个名为 write
分析被移除标准库的程序
-----------------------------
首先安装 cargo-binutils 工具集:
.. code-block:: console
$ cargo install cargo-binutils
$ rustup component add llvm-tools-preview
我们可以通过一些工具来分析目前的程序:
.. code-block:: console