Skip to content

Commit 89063aa

Browse files
azhoginRalfJung
andauthored
Update compiler/rustc_session/src/options.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent 060f775 commit 89063aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1979,7 +1979,7 @@ options! {
19791979
randomize_layout: bool = (false, parse_bool, [TRACKED],
19801980
"randomize the layout of types (default: no)"),
19811981
regparm: Option<u32> = (None, parse_opt_number, [TRACKED],
1982-
"On x86-32 targets, the regparm N causes the compiler to pass N arguments \
1982+
"On x86-32 targets, setting this to N causes the compiler to pass N arguments \
19831983
in registers EAX, EDX, and ECX instead of on the stack.\
19841984
It is UNSOUND to link together crates that use different values for this flag!"),
19851985
relax_elf_relocations: Option<bool> = (None, parse_opt_bool, [TRACKED],

0 commit comments

Comments
 (0)