Skip to content

Commit c8262fd

Browse files
committed
Add missed spaces to GCC-WARNING.txt
1 parent e82584a commit c8262fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/dist.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ fn make_win_dist(
323323
// Warn windows-gnu users that the bundled GCC cannot compile C files
324324
builder.create(
325325
&target_bin_dir.join("GCC-WARNING.txt"),
326-
"gcc.exe contained in this folder cannot be used for compiling C files - it is only\
327-
used as a linker. In order to be able to compile projects containing C code use\
326+
"gcc.exe contained in this folder cannot be used for compiling C files - it is only \
327+
used as a linker. In order to be able to compile projects containing C code use \
328328
the GCC provided by MinGW or Cygwin.",
329329
);
330330

0 commit comments

Comments
 (0)