about summary refs log tree commit diff
diff options
context:
space:
mode:
authorortem <ortem00@gmail.com>2020-09-08 12:20:49 +0300
committerortem <ortem00@gmail.com>2020-09-08 12:20:49 +0300
commitc8262fd87b91e6a699483d8d66ef1be3ced00a71 (patch)
treefc6135cc46c5023683b3f9872e10cc6d70846a6f
parente82584a77d019bd5ee4254b5870270b1493763a6 (diff)
downloadrust-c8262fd87b91e6a699483d8d66ef1be3ced00a71.tar.gz
rust-c8262fd87b91e6a699483d8d66ef1be3ced00a71.zip
Add missed spaces to GCC-WARNING.txt
-rw-r--r--src/bootstrap/dist.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs
index c1022099a02..b3ab498e73f 100644
--- a/src/bootstrap/dist.rs
+++ b/src/bootstrap/dist.rs
@@ -323,8 +323,8 @@ fn make_win_dist(
     // Warn windows-gnu users that the bundled GCC cannot compile C files
     builder.create(
         &target_bin_dir.join("GCC-WARNING.txt"),
-        "gcc.exe contained in this folder cannot be used for compiling C files - it is only\
-         used as a linker. In order to be able to compile projects containing C code use\
+        "gcc.exe contained in this folder cannot be used for compiling C files - it is only \
+         used as a linker. In order to be able to compile projects containing C code use \
          the GCC provided by MinGW or Cygwin.",
     );