-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove rustc_deprecated
diagnostics
#98115
Conversation
You mean that the diagnostic will remain for those working internally in the compiler (and bootstrapping with beta), right? Cause if anyone's using this externally (which, presumably, they shouldn't), it's deprecated next nightly with this PR. Just getting an idea of the implications of this PR. It LGTM otherwise. |
Yes, I meant for people working on the compiler. Anyone external…well that's what you get for using an internal attribute. |
Cool, thank you for clarifying. Anyways, just for the record, stage2 builds would also break with this PR landed I think? But yeah, it's an internal attribute. @bors r+ |
📌 Commit 3799d2da84c1a9fc41de5a702e8b4fa0fee9da21 has been approved by |
I think? I'm not super familiar with the different stages. |
Stage 2 builds the compiler and stdlib with the stage 1 artifacts, so if we have any stray |
Any |
Ah, I didn't see it was an error, I thought it was just a warning before. Thanks for double-checking anyways! |
3799d2d
to
fb05b53
Compare
Forgot to bless the test after removing a line. Should be set now. |
@bors r+ |
📌 Commit fb05b53 has been approved by |
…compiler-errors Remove `rustc_deprecated` diagnostics Follow-up on rust-lang#95960. The diagnostics will remain until the next bootstrap, at which point people will have had six weeks to adjust. `@rustbot` label +A-diagnostics r? `@compiler-errors`
Rollup of 3 pull requests Successful merges: - rust-lang#95118 (Implement stabilization of `#[feature(io_safety)]`.) - rust-lang#98110 (Make `ExprKind::Closure` a struct variant.) - rust-lang#98115 (Remove `rustc_deprecated` diagnostics) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Follow-up on #95960. The diagnostics will remain until the next bootstrap, at which point people will have had six weeks to adjust.
@rustbot label +A-diagnostics
r? @compiler-errors