-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
allow deprecated(since = "CURRENT_RUSTC_VERSION")
#152488
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
Conversation
|
Some changes occurred in compiler/rustc_attr_parsing |
|
r? @mati865 rustbot has assigned @mati865. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
@bors r+ rollup |
|
Haha, I was annoyed enough to begin implementing this exact thing too! I'll unapprove just to give you time to make my suggested change before it's rolled up, feel free to r+ again if you disagree / don't wanna make that change |
31f4f0a to
52919c7
Compare
|
@bors r+ |
Rollup of 7 pull requests Successful merges: - #152505 (Sync relnotes for stable 1.93.1) - #137487 (Stabilize `assert_matches`) - #152281 (borrowck: suggest `&mut *x` for pattern reborrows) - #151142 (Support ADT types in type info reflection) - #152477 (rustc-dev-guide subtree update) - #152488 (allow `deprecated(since = "CURRENT_RUSTC_VERSION")`) - #152491 (Remove unused `fluent-syntax` dependency from tidy)
Motivated by #149978.