]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
fix ICE when passing empty block to while-loop condition
[rust.git] / config.toml.example
index 8e7b40b22481dfc0a3838db4960b9247a87a8ab6..ad48cc881f3e665252869c0b9b02b40450312ff4 100644 (file)
@@ -292,7 +292,7 @@ changelog-seen = 2
 #sanitizers = false
 
 # Build the profiler runtime (required when compiling with options that depend
-# on this runtime, such as `-C profile-generate` or `-Z instrument-coverage`).
+# on this runtime, such as `-C profile-generate` or `-C instrument-coverage`).
 #profiler = false
 
 # Indicates whether the native libraries linked into Cargo will be statically
@@ -674,7 +674,7 @@ changelog-seen = 2
 #sanitizers = build.sanitizers (bool)
 
 # Build the profiler runtime for this target(required when compiling with options that depend
-# on this runtime, such as `-C profile-generate` or `-Z instrument-coverage`).
+# on this runtime, such as `-C profile-generate` or `-C instrument-coverage`).
 # This option will override the same option under [build] section.
 #profiler = build.profiler (bool)