如何使用stage1 rustc开发程序
链接编译器 rustup toolchain link stage1 build/x86_64-apple-darwin/stage1 其中,x86_64-apple-darwin应当换成主机的编译目标。 当我们用stage1编译应用程序前,在目标仓库新建一个rust-toolchain.toml文件,填入以下内容。 [toolchain] channel =...
链接编译器 rustup toolchain link stage1 build/x86_64-apple-darwin/stage1 其中,x86_64-apple-darwin应当换成主机的编译目标。 当我们用stage1编译应用程序前,在目标仓库新建一个rust-toolchain.toml文件,填入以下内容。 [toolchain] channel =...