Skip to content

Commit

Permalink
make rustc_encodable_decodable feature properly unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Dec 13, 2024
1 parent 4847d6a commit 3ce5d1d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 86 deletions.
2 changes: 0 additions & 2 deletions library/core/src/macros/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,6 @@ pub(crate) mod builtin {
#[unstable(
feature = "rustc_encodable_decodable",
issue = "none",
soft,
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")]
Expand All @@ -1788,7 +1787,6 @@ pub(crate) mod builtin {
#[unstable(
feature = "rustc_encodable_decodable",
issue = "none",
soft,
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")]
Expand Down
1 change: 0 additions & 1 deletion library/core/src/prelude/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pub mod v1 {
#[unstable(
feature = "rustc_encodable_decodable",
issue = "none",
soft,
reason = "derive macro for `rustc-serialize`; should not be used in new code"
)]
#[allow(deprecated)]
Expand Down
1 change: 0 additions & 1 deletion library/std/src/prelude/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ pub mod v1 {
#[unstable(
feature = "rustc_encodable_decodable",
issue = "none",
soft,
reason = "derive macro for `rustc-serialize`; should not be used in new code"
)]
#[allow(deprecated)]
Expand Down
16 changes: 0 additions & 16 deletions tests/ui/feature-gates/feature-gate-rustc_encodable_decodable.rs

This file was deleted.

This file was deleted.

0 comments on commit 3ce5d1d

Please sign in to comment.