diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2024-03-20 20:29:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-20 20:29:45 -0400 |
| commit | d53df5a51e9621f09c484acfd052550396dfd129 (patch) | |
| tree | 1a66f2b00908a595d209d48c12d2feb6235552c4 | |
| parent | 43ad753adbebf843ebdc3d0d82e991a329a599bd (diff) | |
| parent | 75a5196490fc1d8e0e39b406ce99a30d115bcfc5 (diff) | |
| download | rust-d53df5a51e9621f09c484acfd052550396dfd129.tar.gz rust-d53df5a51e9621f09c484acfd052550396dfd129.zip | |
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
| -rw-r--r-- | config.example.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml index f94553dd63f..b8cdc2ec848 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 |
