We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060f775 commit 89063aaCopy full SHA for 89063aa
compiler/rustc_session/src/options.rs
@@ -1979,7 +1979,7 @@ options! {
1979
randomize_layout: bool = (false, parse_bool, [TRACKED],
1980
"randomize the layout of types (default: no)"),
1981
regparm: Option<u32> = (None, parse_opt_number, [TRACKED],
1982
- "On x86-32 targets, the regparm N causes the compiler to pass N arguments \
+ "On x86-32 targets, setting this to N causes the compiler to pass N arguments \
1983
in registers EAX, EDX, and ECX instead of on the stack.\
1984
It is UNSOUND to link together crates that use different values for this flag!"),
1985
relax_elf_relocations: Option<bool> = (None, parse_opt_bool, [TRACKED],
0 commit comments