use more accurate terminology

rustc is just one tool/executable, even if at the center of the toolchain
This commit is contained in:
Tshepang Mbambo 2024-03-19 20:32:55 +02:00 committed by GitHub
parent a385e5667c
commit 75a5196490
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