]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Add todo!() macro
[rust.git] / config.toml.example
index 0631d7c83eaf7fbf963296bfb95e8645ef125ba9..8c1049f42c535bae2b1aad811d1b5db7fe41a189 100644 (file)
 # =============================================================================
 [llvm]
 
-# Indicates whether rustc will support compilation with LLVM
-# note: rustc does not compile without LLVM at the moment
-#enabled = true
-
 # Indicates whether the LLVM build is a Release or Debug build
 #optimize = true
 
 # Python interpreter to use for various tasks throughout the build, notably
 # rustdoc tests, the lldb python interpreter, and some dist bits and pieces.
 # Note that Python 2 is currently required.
+#
+# Defaults to python2.7, then python2. If neither executable can be found, then
+# it defaults to the Python interpreter used to execute x.py.
 #python = "python2.7"
 
 # Force Cargo to check that Cargo.lock describes the precise dependency