We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82584a commit c8262fdCopy full SHA for c8262fd
src/bootstrap/dist.rs
@@ -323,8 +323,8 @@ fn make_win_dist(
323
// Warn windows-gnu users that the bundled GCC cannot compile C files
324
builder.create(
325
&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\
+ "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 \
328
the GCC provided by MinGW or Cygwin.",
329
);
330
0 commit comments