X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=98688ca65b7e29d28db104da044bcd5b37858214;hb=a6c48108ad2a5bbfb161818a047e4497dde0afea;hp=f24f8e81a7944ef4a49483a93abdfcb50d6ef037;hpb=cdc5c1381def01cfbb9a94598bbb7ea080dcad05;p=rust.git diff --git a/config.toml.example b/config.toml.example index f24f8e81a79..98688ca65b7 100644 --- a/config.toml.example +++ b/config.toml.example @@ -289,7 +289,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 @@ -671,7 +671,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)