Skip to content

Commit e598853

Browse files
authored
Rollup merge of rust-lang#59666 - DevQps:update-rustc-environment-descriptions, r=GuillaumeGomez
Updated the environment description in rustc. # Description - Updated the "environment" description in the `rustc` man pages The old wording suggested that all the mentioned flags influenced the output of the compiler, where this was not the case. closes rust-lang#59504
2 parents 8fbba80 + 7e37b46 commit e598853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/man/rustc.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ Optimize with possible levels 0\[en]3
265265

266266
.SH ENVIRONMENT
267267

268-
Some of these affect the output of the compiler, while others affect programs
269-
which link to the standard library.
268+
Some of these affect only test harness programs (generated via rustc --test);
269+
others affect all programs which link to the Rust standard library.
270270

271271
.TP
272272
\fBRUST_TEST_THREADS\fR

0 commit comments

Comments
 (0)