Skip to content

Commit

Permalink
Rollup merge of #76473 - ortem:fix-gcc-warning, r=jonas-schievink
Browse files Browse the repository at this point in the history
Add missed spaces to GCC-WARNING.txt
  • Loading branch information
tmandry committed Sep 9, 2020
2 parents df84ac7 + c8262fd commit 09bfb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
);

Expand Down

0 comments on commit 09bfb7e

Please sign in to comment.