about summary refs log tree commit diff
path: root/library/core/src/macros/mod.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-12-13 18:23:32 +0100
committerRalf Jung <post@ralfj.de>2025-01-14 16:16:38 +0100
commit4df78a07e5c3ad032d59941b77ab394e4a75c7c1 (patch)
tree5408dd6b9bb51d7ddd174b6f4def46d513e4058e /library/core/src/macros/mod.rs
parentc074d8eee765cfd64e6e143d2894c85c7f3ddc1d (diff)
downloadrust-4df78a07e5c3ad032d59941b77ab394e4a75c7c1.tar.gz
rust-4df78a07e5c3ad032d59941b77ab394e4a75c7c1.zip
make rustc_encodable_decodable feature properly unstable
Diffstat (limited to 'library/core/src/macros/mod.rs')
-rw-r--r--library/core/src/macros/mod.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/library/core/src/macros/mod.rs b/library/core/src/macros/mod.rs
index 402b436d28e..ed79ceeb6db 100644
--- a/library/core/src/macros/mod.rs
+++ b/library/core/src/macros/mod.rs
@@ -1773,8 +1773,7 @@ pub(crate) mod builtin {
     #[rustc_builtin_macro]
     #[unstable(
         feature = "rustc_encodable_decodable",
-        issue = "none",
-        soft,
+        issue = "134301",
         reason = "derive macro for `rustc-serialize`; should not be used in new code"
     )]
     #[deprecated(since = "1.52.0", note = "rustc-serialize is deprecated and no longer supported")]
@@ -1787,8 +1786,7 @@ pub(crate) mod builtin {
     #[rustc_builtin_macro]
     #[unstable(
         feature = "rustc_encodable_decodable",
-        issue = "none",
-        soft,
+        issue = "134301",
         reason = "derive macro for `rustc-serialize`; should not be used in new code"
     )]
     #[deprecated(since = "1.52.0", note = "rustc-serialize is deprecated and no longer supported")]