File tree 1 file changed +0
-5
lines changed 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -434,10 +434,6 @@ component:
434
434
$ rustup component add rust-src --toolchain nightly
435
435
```
436
436
437
- It is also required today that the ` -Z build-std ` flag is combined with the
438
- ` --target ` flag. Note that you're not forced to do a cross compilation, you're
439
- just forced to pass ` --target ` in one form or another.
440
-
441
437
Usage looks like:
442
438
443
439
``` console
@@ -471,7 +467,6 @@ The value here is a comma-separated list of standard library crates to build.
471
467
As a summary, a list of requirements today to use ` -Z build-std ` are:
472
468
473
469
* You must install libstd's source code through ` rustup component add rust-src `
474
- * You must pass ` --target `
475
470
* You must use both a nightly Cargo and a nightly rustc
476
471
* The ` -Z build-std ` flag must be passed to all ` cargo ` invocations.
477
472
You can’t perform that action at this time.
0 commit comments