Skip to content

Commit 3ce5d1d

Browse files
committed
make rustc_encodable_decodable feature properly unstable
1 parent 4847d6a commit 3ce5d1d

File tree

5 files changed

+0
-86
lines changed

5 files changed

+0
-86
lines changed

library/core/src/macros/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,6 @@ pub(crate) mod builtin {
17741774
#[unstable(
17751775
feature = "rustc_encodable_decodable",
17761776
issue = "none",
1777-
soft,
17781777
reason = "derive macro for `rustc-serialize`; should not be used in new code"
17791778
)]
17801779
#[deprecated(since = "1.52.0", note = "rustc-serialize is deprecated and no longer supported")]
@@ -1788,7 +1787,6 @@ pub(crate) mod builtin {
17881787
#[unstable(
17891788
feature = "rustc_encodable_decodable",
17901789
issue = "none",
1791-
soft,
17921790
reason = "derive macro for `rustc-serialize`; should not be used in new code"
17931791
)]
17941792
#[deprecated(since = "1.52.0", note = "rustc-serialize is deprecated and no longer supported")]

library/core/src/prelude/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ pub mod v1 {
2323
#[unstable(
2424
feature = "rustc_encodable_decodable",
2525
issue = "none",
26-
soft,
2726
reason = "derive macro for `rustc-serialize`; should not be used in new code"
2827
)]
2928
#[allow(deprecated)]

library/std/src/prelude/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ pub mod v1 {
125125
#[unstable(
126126
feature = "rustc_encodable_decodable",
127127
issue = "none",
128-
soft,
129128
reason = "derive macro for `rustc-serialize`; should not be used in new code"
130129
)]
131130
#[allow(deprecated)]

tests/ui/feature-gates/feature-gate-rustc_encodable_decodable.rs

-16
This file was deleted.

tests/ui/feature-gates/feature-gate-rustc_encodable_decodable.stderr

-66
This file was deleted.

0 commit comments

Comments
 (0)