File tree 3 files changed +4
-8
lines changed
3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -1836,8 +1836,7 @@ pub(crate) mod builtin {
1836
1836
#[ rustc_builtin_macro]
1837
1837
#[ unstable(
1838
1838
feature = "rustc_encodable_decodable" ,
1839
- issue = "none" ,
1840
- soft,
1839
+ issue = "134301" ,
1841
1840
reason = "derive macro for `rustc-serialize`; should not be used in new code"
1842
1841
) ]
1843
1842
#[ deprecated( since = "1.52.0" , note = "rustc-serialize is deprecated and no longer supported" ) ]
@@ -1850,8 +1849,7 @@ pub(crate) mod builtin {
1850
1849
#[ rustc_builtin_macro]
1851
1850
#[ unstable(
1852
1851
feature = "rustc_encodable_decodable" ,
1853
- issue = "none" ,
1854
- soft,
1852
+ issue = "134301" ,
1855
1853
reason = "derive macro for `rustc-serialize`; should not be used in new code"
1856
1854
) ]
1857
1855
#[ deprecated( since = "1.52.0" , note = "rustc-serialize is deprecated and no longer supported" ) ]
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ pub mod v1 {
22
22
// Do not `doc(inline)` these `doc(hidden)` items.
23
23
#[ unstable(
24
24
feature = "rustc_encodable_decodable" ,
25
- issue = "none" ,
26
- soft,
25
+ issue = "134301" ,
27
26
reason = "derive macro for `rustc-serialize`; should not be used in new code"
28
27
) ]
29
28
#[ allow( deprecated) ]
Original file line number Diff line number Diff line change @@ -124,8 +124,7 @@ pub mod v1 {
124
124
// Do not `doc(inline)` these `doc(hidden)` items.
125
125
#[ unstable(
126
126
feature = "rustc_encodable_decodable" ,
127
- issue = "none" ,
128
- soft,
127
+ issue = "134301" ,
129
128
reason = "derive macro for `rustc-serialize`; should not be used in new code"
130
129
) ]
131
130
#[ allow( deprecated) ]
You can’t perform that action at this time.
0 commit comments