X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=4dd953a495d675a0499149dbfc3537a881dfb9d8;hb=1d36c6ac2e169728ab2537a5b711360fbd1f8732;hp=2128fdea2eb460e3144b4ba7265119f8434238b9;hpb=e4cfaa1a7ed336311e281ff188e704d7ef60b1bf;p=rust.git diff --git a/config.toml.example b/config.toml.example index 2128fdea2eb..4dd953a495d 100644 --- a/config.toml.example +++ b/config.toml.example @@ -609,7 +609,11 @@ changelog-seen = 2 # Enable symbol-mangling-version v0. This can be helpful when profiling rustc, # as generics will be preserved in symbols (rather than erased into opaque T). -#new-symbol-mangling = false +# When no setting is given, the new scheme will be used when compiling the +# compiler and its tools and the legacy scheme will be used when compiling the +# standard library. +# If an explicit setting is given, it will be used for all parts of the codebase. +#new-symbol-mangling = true|false (see comment) # ============================================================================= # Options for specific targets