Rollup merge of #122740 - tshepang:patch-1, r=clubby789

use more accurate terminology

rustc is just one tool/executable, even if at the center of the toolchain
This commit is contained in:
Jacob Pratt 2024-03-20 20:29:45 -04:00 committed by GitHub
commit d53df5a51e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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