]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
stop folding `UnevaluatedConst`
[rust.git] / config.toml.example
index ff08dfc553d3be4e224e75c989983083fbc884bf..1f5747456e9571bf4c5e2fc06bd585c9937e6cb3 100644 (file)
@@ -525,6 +525,12 @@ changelog-seen = 2
 # A descriptive string to be appended to `rustc --version` output, which is
 # also used in places like debuginfo `DW_AT_producer`. This may be useful for
 # supplementary build information, like distro-specific package versions.
+#
+# The Rust compiler will differentiate between versions of itself, including
+# based on this string, which means that if you wish to be compatible with
+# upstream Rust you need to set this to "". However, note that if you are not
+# actually compatible -- for example if you've backported patches that change
+# behavior -- this may lead to miscompilations or other bugs.
 #description = <none> (string)
 
 # The root location of the musl installation directory. The library directory