From 029a908470df3b99107255d5bae7f0b64223b624 Mon Sep 17 00:00:00 2001 From: Florian Schmiderer Date: Fri, 10 May 2024 12:16:47 +0200 Subject: [PATCH] clarified argument description --- compiler/rustc_session/src/options.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/rustc_session/src/options.rs b/compiler/rustc_session/src/options.rs index dd7eacc9db558..85eaedd6812ca 100644 --- a/compiler/rustc_session/src/options.rs +++ b/compiler/rustc_session/src/options.rs @@ -1817,8 +1817,8 @@ options! { "emit noalias metadata for mutable references (default: yes)"), ms_hotpatch: bool = (false, parse_bool, [TRACKED], "ensures hotpatching is always possible by ensuring that the first instruction of \ - each function is at least two bytes, and no jump within the function goes to the first instruction \ - and adding enough padding to the beginning of each function. Only relevant for x86 with MSVC (default: false)"), + each function is at least two bytes, and no jump within the function goes to the first instruction. \ + Should be combined with link-arg passing -functionpadmin to the linker. Currently only supported for x86 (default: false)"), next_solver: Option = (None, parse_next_solver_config, [TRACKED], "enable and configure the next generation trait solver used by rustc"), nll_facts: bool = (false, parse_bool, [UNTRACKED],