Uh oh!
There was an error while loading. Please reload this page.
Remove rustc_deprecated diagnostics - #98115
Conversation
compiler-errors
commented
Jun 14, 2022
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. |
jhpratt
commented
Jun 14, 2022
Yes, I meant for people working on the compiler. Anyone external…well that's what you get for using an internal attribute. |
compiler-errors
commented
Jun 14, 2022
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+ |
bors
commented
Jun 14, 2022
📌 Commit 3799d2da84c1a9fc41de5a702e8b4fa0fee9da21 has been approved by |
jhpratt
commented
Jun 14, 2022
I think? I'm not super familiar with the different stages. |
compiler-errors
commented
Jun 14, 2022
Stage 2 builds the compiler and stdlib with the stage 1 artifacts, so if we have any stray |
jhpratt
commented
Jun 14, 2022
Any |
compiler-errors
commented
Jun 14, 2022
Ah, I didn't see it was an error, I thought it was just a warning before. Thanks for double-checking anyways! |
3799d2d to
fb05b53Comparejhpratt
commented
Jun 14, 2022
Forgot to bless the test after removing a line. Should be set now. |
compiler-errors
commented
Jun 14, 2022
@bors r+ |
bors
commented
Jun 14, 2022
📌 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