diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2020-09-09 15:05:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-09 15:05:54 -0700 |
| commit | 09bfb7ea2b914074fa551fbe40b348115abfbf84 (patch) | |
| tree | 39c909b8cea731c01484ee5f496748609532a918 | |
| parent | df84ac74bd21f4757873963363755047ef9010f1 (diff) | |
| parent | c8262fd87b91e6a699483d8d66ef1be3ced00a71 (diff) | |
| download | rust-09bfb7ea2b914074fa551fbe40b348115abfbf84.tar.gz rust-09bfb7ea2b914074fa551fbe40b348115abfbf84.zip | |
Rollup merge of #76473 - ortem:fix-gcc-warning, r=jonas-schievink
Add missed spaces to GCC-WARNING.txt
| -rw-r--r-- | src/bootstrap/dist.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 579bacb0d90..797a1ce20b4 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.", ); |
