]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_attr/src/builtin.rs
Rollup merge of #93847 - solid-rs:fix-kmc-solid-fs-ts, r=yaahc
[rust.git] / compiler / rustc_attr / src / builtin.rs
index 8c5beb1025803ec05b2450e6dd72793675866afe..dca7f5dd48769f5a7455dc5ee9f16c763e3714c2 100644 (file)
@@ -604,7 +604,7 @@ pub fn eval_condition(
     }
 }
 
-#[derive(Debug, Encodable, Decodable, Clone, HashStable_Generic)]
+#[derive(Copy, Debug, Encodable, Decodable, Clone, HashStable_Generic)]
 pub struct Deprecation {
     pub since: Option<Symbol>,
     /// The note to issue a reason.