]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Rollup merge of #92118 - jackh726:type-alias-position-error, r=petrochenkov
[rust.git] / config.toml.example
index 2128fdea2eb460e3144b4ba7265119f8434238b9..4dd953a495d675a0499149dbfc3537a881dfb9d8 100644 (file)
@@ -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