1.27.0 Compiler Options: no-redzone option (Is the explanation backwards?) #51663
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
P-medium
Medium priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
In the 1.27.0 release of the "Rustc Book", the command-line option "no-redzone" is described as follows:
no-redzone
This flag allows you to disable the red zone. This flag can be passed many options:
This sounds backwards. Should it be "no-redzone=yes" would disable the RedZone and "no-redzone=no" would enable the "RedZone"? If not, it seems like the command-line option is misnamed and should be "redzone" rather than "no-redzone".
The text was updated successfully, but these errors were encountered: