X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=1f5747456e9571bf4c5e2fc06bd585c9937e6cb3;hb=bb3f60b847ef725124beb097d1b30115bfb3e499;hp=ff08dfc553d3be4e224e75c989983083fbc884bf;hpb=c2590e6e892cce1105cc57b480aa07a51ae95fe5;p=rust.git diff --git a/config.toml.example b/config.toml.example index ff08dfc553d..1f5747456e9 100644 --- a/config.toml.example +++ b/config.toml.example @@ -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 = (string) # The root location of the musl installation directory. The library directory