Skip to content

Commit

Permalink
Rollup merge of #122740 - tshepang:patch-1, r=clubby789
Browse files Browse the repository at this point in the history
use more accurate terminology

rustc is just one tool/executable, even if at the center of the toolchain
  • Loading branch information
jhpratt authored Mar 21, 2024
2 parents 43ad753 + 75a5196 commit d53df5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,6 @@
# Available options: fast, balanced, best
#compression-profile = "fast"

# Copy the linker, DLLs, and various libraries from MinGW into the rustc toolchain.
# Copy the linker, DLLs, and various libraries from MinGW into the Rust toolchain.
# Only applies when the host or target is pc-windows-gnu.
#include-mingw-linker = true

0 comments on commit d53df5a

Please sign in to comment.