]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
update diagnostics for &mut in constants
[rust.git] / config.toml.example
index cf8fe4e082ac3928162140fc6d1fce74ddb6e998..bc6760334170b5bd1bc63cdb1f507e2ab1acb5bb 100644 (file)
@@ -69,7 +69,7 @@
 # the same format as above, but since these targets are experimental, they are
 # not built by default and the experimental Rust compilation targets that depend
 # on them will not work unless the user opts in to building them.
-#experimental-targets = ""
+#experimental-targets = "AVR"
 
 # Cap the number of parallel linker invocations when compiling LLVM.
 # This can be useful when building LLVM with debug info, which significantly
 # Build the sanitizer runtimes
 #sanitizers = false
 
-# Build the profiler runtime
+# Build the profiler runtime (required when compiling with options that depend
+# on this runtime, such as `-C profile-generate` or `-Z instrument-coverage`).
 #profiler = false
 
 # Indicates whether the native libraries linked into Cargo will be statically