We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a6c57 commit 060f775Copy full SHA for 060f775
compiler/rustc_session/src/options.rs
@@ -1980,7 +1980,8 @@ options! {
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 \
1983
- in registers EAX, EDX, and ECX instead of on the stack."),
+ 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],
1986
"whether ELF relocations can be relaxed"),
1987
remap_cwd_prefix: Option<PathBuf> = (None, parse_opt_pathbuf, [TRACKED],
0 commit comments