Skip to content

Remove rustc_encodable_decodable feature#134272

Merged
bors merged 2 commits into
rust-lang:masterfrom
RalfJung:destabilize-rustc_encodable_decodable
Feb 2, 2025
Merged

Remove rustc_encodable_decodable feature#134272
bors merged 2 commits into
rust-lang:masterfrom
RalfJung:destabilize-rustc_encodable_decodable

Conversation

@RalfJung

@RalfJung RalfJung commented Dec 13, 2024

Copy link
Copy Markdown
Member

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

Part of #134301.

Cc @rust-lang/libs-api

@rustbot

rustbot commented Dec 13, 2024

Copy link
Copy Markdown
Collaborator

r? @ibraheemdev

rustbot has assigned @ibraheemdev.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Dec 13, 2024
@RalfJung RalfJung force-pushed the destabilize-rustc_encodable_decodable branch from 2993504 to 3ce5d1d Compare December 13, 2024 17:38
@RalfJung

RalfJung commented Dec 13, 2024

Copy link
Copy Markdown
Member Author

Hm, seeing the discussion in #116016 it seems like the plan was to move much more slowly with this? There's no separate tracking issue for the de-stabilization of this as far as I can see, so it's all a bit unclear.

I guess we'll see what crater says.
@bors try

@bors

bors commented Dec 13, 2024

Copy link
Copy Markdown
Collaborator

⌛ Trying commit 3ce5d1d with merge 79200d6...

@rust-log-analyzer

This comment has been minimized.

@RalfJung RalfJung force-pushed the destabilize-rustc_encodable_decodable branch from 3ce5d1d to 88960fd Compare December 13, 2024 18:10
@RalfJung

Copy link
Copy Markdown
Member Author

@bors try

@bors

bors commented Dec 13, 2024

Copy link
Copy Markdown
Collaborator

⌛ Trying commit 88960fd with merge 09ea730...

@compiler-errors compiler-errors added S-waiting-on-crater Status: Waiting on a crater run to be completed. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 13, 2024
@bors

bors commented Dec 13, 2024

Copy link
Copy Markdown
Collaborator

☀️ Try build successful - checks-actions
Build commit: 09ea730 (09ea730c380b8b9acb96ff87b724c45df920f793)

@RalfJung

Copy link
Copy Markdown
Member Author

@craterbot check

@craterbot

Copy link
Copy Markdown
Collaborator

👌 Experiment pr-134272 created and queued.
🤖 Automatically detected try build 09ea730
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@jhpratt

jhpratt commented Dec 14, 2024

Copy link
Copy Markdown
Member

I don't think there really was a plan — soft destabilizing it was the extent to which it was discussed afaik.

@RalfJung

RalfJung commented Dec 14, 2024

Copy link
Copy Markdown
Member Author

There's some mixed messaging here: the ACP says "full destabilization is not proposed due to breakage of existing code", but the lint that is emitted when using these types says this "will become a hard error in a future release".

@jhpratt

jhpratt commented Dec 14, 2024

Copy link
Copy Markdown
Member

Ha, that's 100% on me. It must have been discussed on Zulip, as I wasn't aware soft destabilization was a thing before that. Anyways, it doesn't much matter.

@RalfJung

Copy link
Copy Markdown
Member Author

Well, seems like nobody complained about the future compat "this will become a hard error" warning that we have emitted for more than half a year now (and that is shown even when this occurs just in a dependency), so let's just see what crater says.

@craterbot

Copy link
Copy Markdown
Collaborator

🚧 Experiment pr-134272 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@craterbot

Copy link
Copy Markdown
Collaborator

🎉 Experiment pr-134272 is completed!
📊 286 regressed and 48 fixed (553892 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@craterbot craterbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-crater Status: Waiting on a crater run to be completed. labels Dec 18, 2024
@oli-obk

oli-obk commented Feb 2, 2025

Copy link
Copy Markdown
Contributor

r? oli-obk @bors r+

@bors

bors commented Feb 2, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit 9ac62f9 has been approved by oli-obk

It is now in the queue for this repository.

@rustbot rustbot assigned oli-obk and unassigned wesleywiser Feb 2, 2025
@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 2, 2025
@bors bors merged commit 48aede0 into rust-lang:master Feb 2, 2025
@rustbot rustbot added this to the 1.86.0 milestone Feb 2, 2025
@RalfJung RalfJung deleted the destabilize-rustc_encodable_decodable branch February 3, 2025 11:02
@apiraino apiraino removed the to-announce Announce this issue on triage meeting label Jun 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.