]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/unstable-book/src/compiler-flags/cf-protection.md
New upstream version 1.62.1+dfsg1
[rustc.git] / src / doc / unstable-book / src / compiler-flags / cf-protection.md
index cc580ca9b4232ee869a07c809f99ad5850a721f2..ab698c82ba92295b17bca75ff528f9d85c547a21 100644 (file)
@@ -17,7 +17,7 @@ standard library does not ship with CET enabled by default, so you may need to r
 modules with a `cargo` command like:
 
 ```sh
-$ RUSTFLAGS="-Z cf-protection=full" RUSTC="rustc-custom" cargo +nightly build -Z build-std --target x86_64-unknown-linux-gnu
+$ RUSTFLAGS="-Z cf-protection=full" cargo +nightly build -Z build-std --target x86_64-unknown-linux-gnu
 ```
 
 ### Detection