]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_query_system/dep_graph/serialized.rs
Rollup merge of #75485 - RalfJung:pin, r=nagisa
[rust.git] / src / librustc_query_system / dep_graph / serialized.rs
index 4a89da23ea6a59239ff9a99834d9bc029e51d2bf..932c6d2a2f184260434bf38989fa5d9626f88dff 100644 (file)
@@ -9,7 +9,7 @@ pub struct SerializedDepNodeIndex { .. }
 }
 
 /// Data for use when recompiling the **current crate**.
-#[derive(Debug, RustcEncodable, RustcDecodable)]
+#[derive(Debug, Encodable, Decodable)]
 pub struct SerializedDepGraph<K: DepKind> {
     /// The set of all DepNodes in the graph
     pub nodes: IndexVec<SerializedDepNodeIndex, DepNode<K>>,