Skip to content

Commit 029a908

Browse files
committed
clarified argument description
1 parent 5b8b2b5 commit 029a908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_session/src/options.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1817,8 +1817,8 @@ options! {
18171817
"emit noalias metadata for mutable references (default: yes)"),
18181818
ms_hotpatch: bool = (false, parse_bool, [TRACKED],
18191819
"ensures hotpatching is always possible by ensuring that the first instruction of \
1820-
each function is at least two bytes, and no jump within the function goes to the first instruction \
1821-
and adding enough padding to the beginning of each function. Only relevant for x86 with MSVC (default: false)"),
1820+
each function is at least two bytes, and no jump within the function goes to the first instruction. \
1821+
Should be combined with link-arg passing -functionpadmin to the linker. Currently only supported for x86 (default: false)"),
18221822
next_solver: Option<NextSolverConfig> = (None, parse_next_solver_config, [TRACKED],
18231823
"enable and configure the next generation trait solver used by rustc"),
18241824
nll_facts: bool = (false, parse_bool, [UNTRACKED],

0 commit comments

Comments
 (0)