We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6a7a4 commit 232e77eCopy full SHA for 232e77e
src/bootstrap/dist.rs
@@ -310,8 +310,8 @@ fn make_win_dist(
310
311
// Warn windows-gnu users that the bundled GCC cannot compile C files
312
builder.create(
313
- &target_bin_dir.join("DO NOT USE THIS gcc.exe FOR COMPILATION.txt"),
314
- &"gcc.exe contained in this folder cannot be used for compiling C files - it is only\
+ &target_bin_dir.join("GCC-WARNING.txt"),
+ "gcc.exe contained in this folder cannot be used for compiling C files - it is only\
315
used as a linker. In order to be able to compile projects containing C code use\
316
the GCC provided by MinGW or Cygwin."
317
);
0 commit comments