Skip to content

Commit fc339be

Browse files
Rollup merge of rust-lang#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.
2 parents 44e7269 + 81ab20f commit fc339be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.example.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -793,12 +793,12 @@
793793
# C compiler to be used to compile C code. Note that the
794794
# default value is platform specific, and if not specified it may also depend on
795795
# what platform is crossing to what platform.
796-
# See `src/bootstrap/cc_detect.rs` for details.
796+
# See `src/bootstrap/src/utils/cc_detect.rs` for details.
797797
#cc = "cc" (path)
798798

799799
# C++ compiler to be used to compile C++ code (e.g. LLVM and our LLVM shims).
800800
# This is only used for host targets.
801-
# See `src/bootstrap/cc_detect.rs` for details.
801+
# See `src/bootstrap/src/utils/cc_detect.rs` for details.
802802
#cxx = "c++" (path)
803803

804804
# Archiver to be used to assemble static libraries compiled from C/C++ code.

0 commit comments

Comments
 (0)