We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754af72 commit c20541fCopy full SHA for c20541f
src/bootstrap/config.rs
@@ -721,19 +721,22 @@ define_config! {
721
}
722
723
#[derive(Default, Deserialize)]
724
+#[cfg_attr(test, derive(Clone))]
725
pub struct Stage0Metadata {
726
pub config: Stage0Config,
727
pub checksums_sha256: HashMap<String, String>,
728
pub rustfmt: Option<RustfmtMetadata>,
729
730
731
732
pub struct Stage0Config {
733
pub dist_server: String,
734
pub artifacts_server: String,
735
pub artifacts_with_llvm_assertions_server: String,
736
pub git_merge_commit_email: String,
737
738
739
740
pub struct RustfmtMetadata {
741
pub date: String,
742
pub version: String,
0 commit comments