Skip to content

Commit

Permalink
clarified argument description
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulark committed May 10, 2024
1 parent 5b8b2b5 commit 029a908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rustc_session/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1817,8 +1817,8 @@ options! {
"emit noalias metadata for mutable references (default: yes)"),
ms_hotpatch: bool = (false, parse_bool, [TRACKED],

Check failure on line 1818 in compiler/rustc_session/src/options.rs

View workflow job for this annotation

GitHub Actions / PR - mingw-check-tidy

line not in alphabetical order
"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<NextSolverConfig> = (None, parse_next_solver_config, [TRACKED],
"enable and configure the next generation trait solver used by rustc"),
nll_facts: bool = (false, parse_bool, [UNTRACKED],
Expand Down

0 comments on commit 029a908

Please sign in to comment.