about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-09-04 07:52:36 +0530
committerManish Goregaokar <manishsmail@gmail.com>2016-09-04 21:01:00 +0800
commit8ee0b6b6c1335ece087a315f351baca92ced4da2 (patch)
tree8bed5b33034528c24b00fecd6fc5b7823f10df18 /src
parenteac0ebe35a9f971acb24147b1d0518ffeab99843 (diff)
parenta34485ff1925e81702bbb46bf2a5634fa008672b (diff)
downloadrust-8ee0b6b6c1335ece087a315f351baca92ced4da2.tar.gz
rust-8ee0b6b6c1335ece087a315f351baca92ced4da2.zip
Rollup merge of #36231 - durka:patch-29, r=alexcrichton
indicate where to copy config.toml.example

r? @alexcrichton
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/config.toml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example
index 2894adafef6..20c91960e9e 100644
--- a/src/bootstrap/config.toml.example
+++ b/src/bootstrap/config.toml.example
@@ -1,5 +1,8 @@
 # Sample TOML configuration file for building Rust.
 #
+# To configure rustbuild, copy this file to the directory from which you will be
+# running the build, and name it config.toml.
+#
 # All options are commented out by default in this file, and they're commented
 # out with their default values. The build system by default looks for
 # `config.toml` in the current directory of a build for build configuration, but