]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/builder.rs
Rollup merge of #105597 - albertlarsan68:patch-1, r=Dylan-DPC
[rust.git] / src / bootstrap / builder.rs
index cff5fd8c5b02cb46ea3656dfa548b87ae7b12dff..8ee6d49da8f0e419b4fc9ff2898a4e21f5c47bae 100644 (file)
@@ -754,6 +754,8 @@ macro_rules! describe {
                 run::BumpStage0,
                 run::ReplaceVersionPlaceholder,
                 run::Miri,
+                run::CollectLicenseMetadata,
+                run::GenerateCopyright,
             ),
             // These commands either don't use paths, or they're special-cased in Build::build()
             Kind::Clean | Kind::Format | Kind::Setup => vec![],