about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/lib.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-01-07 18:28:42 +0100
committerRalf Jung <post@ralfj.de>2025-01-14 16:16:38 +0100
commit9ac62f972fd47705f9d229e854772194565071eb (patch)
tree64fedcf02879ed35c722fcedc8c485bd72c25707 /compiler/rustc_builtin_macros/src/lib.rs
parent4df78a07e5c3ad032d59941b77ab394e4a75c7c1 (diff)
downloadrust-9ac62f972fd47705f9d229e854772194565071eb.tar.gz
rust-9ac62f972fd47705f9d229e854772194565071eb.zip
remove Rustc{En,De}codable from library and compiler
Diffstat (limited to 'compiler/rustc_builtin_macros/src/lib.rs')
-rw-r--r--compiler/rustc_builtin_macros/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_builtin_macros/src/lib.rs b/compiler/rustc_builtin_macros/src/lib.rs
index 6071d36f8eb..dfc8fe2d7f0 100644
--- a/compiler/rustc_builtin_macros/src/lib.rs
+++ b/compiler/rustc_builtin_macros/src/lib.rs
@@ -131,8 +131,6 @@ pub fn register_builtin_macros(resolver: &mut dyn ResolverExpand) {
         Ord: ord::expand_deriving_ord,
         PartialEq: partial_eq::expand_deriving_partial_eq,
         PartialOrd: partial_ord::expand_deriving_partial_ord,
-        RustcDecodable: decodable::expand_deriving_rustc_decodable,
-        RustcEncodable: encodable::expand_deriving_rustc_encodable,
         CoercePointee: coerce_pointee::expand_deriving_coerce_pointee,
     }