From 75a5196490fc1d8e0e39b406ce99a30d115bcfc5 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 19 Mar 2024 20:32:55 +0200 Subject: [PATCH] use more accurate terminology rustc is just one tool/executable, even if at the center of the toolchain --- config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.toml b/config.example.toml index f94553dd63f72..b8cdc2ec84804 100644 --- a/config.example.toml +++ b/config.example.toml @@ -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