about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2025-02-20 14:58:19 -0800
committerGitHub <noreply@github.com>2025-02-20 14:58:19 -0800
commit0d47366f0bc5ae58a3c782aeb6d77f07aa6eccf2 (patch)
treecb745bdf7448da0fa531a4746d201e3328703a4f
parentf24b14097665621429afdc4c5f60f43e175ce400 (diff)
parent81ab20f34e5447108c8103c10cd3f106f338e7e1 (diff)
downloadrust-0d47366f0bc5ae58a3c782aeb6d77f07aa6eccf2.tar.gz
rust-0d47366f0bc5ae58a3c782aeb6d77f07aa6eccf2.zip
Rollup merge of #137312 - jmqd:master, r=clubby789
Update references to cc_detect.rs

The locations of these file references have since been changed.
This is a simple change to update the references to this `cc_detect.rs`
file.
-rw-r--r--config.example.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.example.toml b/config.example.toml
index fd27b24e461..a17d3ec9f88 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -793,12 +793,12 @@
 # C compiler to be used to compile C code. Note that the
 # default value is platform specific, and if not specified it may also depend on
 # what platform is crossing to what platform.
-# See `src/bootstrap/cc_detect.rs` for details.
+# See `src/bootstrap/src/utils/cc_detect.rs` for details.
 #cc = "cc" (path)
 
 # C++ compiler to be used to compile C++ code (e.g. LLVM and our LLVM shims).
 # This is only used for host targets.
-# See `src/bootstrap/cc_detect.rs` for details.
+# See `src/bootstrap/src/utils/cc_detect.rs` for details.
 #cxx = "c++" (path)
 
 # Archiver to be used to assemble static libraries compiled from C/C++ code.