X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=5b045d4e32d8d739ebbab49580d20affbdcd1cda;hb=06ca7b700cae83324b4bad8be3286da4f964bb58;hp=c9e183887504c20605b749917fd0c50c27bb68b1;hpb=04688459242356c0f6b9fdad3ba76c9ec4dcc354;p=rust.git diff --git a/config.toml.example b/config.toml.example index c9e18388750..5b045d4e32d 100644 --- a/config.toml.example +++ b/config.toml.example @@ -446,6 +446,11 @@ changelog-seen = 2 # nightly features #channel = "dev" +# 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. +#description = "" + # The root location of the musl installation directory. #musl-root = "..."