Skip to content

Commit

Permalink
Rollup merge of rust-lang#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
GuillaumeGomez committed Mar 20, 2024
2 parents 87aac9d + 75a5196 commit 319c33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.example.toml
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 319c33f

Please sign in to comment.