From 9e5b7ed9fd13d2da2f54b20f170028d344b12ee4 Mon Sep 17 00:00:00 2001 From: ArtemIsmagilov Date: Wed, 4 Jun 2025 14:57:33 +0400 Subject: [PATCH] bootstrap: Document that setting description changes the version hash --- bootstrap.example.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.example.toml b/bootstrap.example.toml index 1371fd6442f96..b2927e1b1a022 100644 --- a/bootstrap.example.toml +++ b/bootstrap.example.toml @@ -217,6 +217,8 @@ # upstream Rust you need to set this to "". However, note that if you set this to "" but # are not actually compatible -- for example if you've backported patches that change # behavior -- this may lead to miscompilations or other bugs. +# +# Changing `description` will be change version hash. #description = "" # Build triple for the pre-compiled snapshot compiler. If `rustc` is set, this must match its host