File tree 1 file changed +2
-2
lines changed
compiler/rustc_session/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1817,8 +1817,8 @@ options! {
1817
1817
"emit noalias metadata for mutable references (default: yes)" ) ,
1818
1818
ms_hotpatch: bool = ( false , parse_bool, [ TRACKED ] ,
1819
1819
"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)") ,
1822
1822
next_solver: Option <NextSolverConfig > = ( None , parse_next_solver_config, [ TRACKED ] ,
1823
1823
"enable and configure the next generation trait solver used by rustc" ) ,
1824
1824
nll_facts: bool = ( false , parse_bool, [ UNTRACKED ] ,
You can’t perform that action at this time.
0 commit comments