Skip to content

Commit

Permalink
Auto merge of rust-lang#134272 - RalfJung:destabilize-rustc_encodable…
Browse files Browse the repository at this point in the history
…_decodable, r=<try>

make rustc_encodable_decodable feature properly unstable

This has been shown in future-compat reports since Rust 1.79 (rust-lang#116016). Let's see if crater still finds any issues.

Cc `@rust-lang/libs-api`
  • Loading branch information
bors committed Dec 13, 2024
2 parents 4847d6a + 3ce5d1d commit 79200d6
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 79200d6

Please sign in to comment.