-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
doc attribute parsing errors: Revert #151952 #152221
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
base: main
Are you sure you want to change the base?
doc attribute parsing errors: Revert #151952 #152221
Conversation
|
Some changes occurred in compiler/rustc_attr_parsing |
|
Can we add tests for the three cases in #151865 (comment) |
|
Added the test. |
This comment has been minimized.
This comment has been minimized.
5e5b37b to
d8527e6
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
Fixed merge conflict. I'll mention this PR at tonight's meeting. |
|
The rustdoc team decided to keep them as warnings (in this discussion), based on this discussion. So I'll instead improve the warnings and remove the "future deprecated" part. |
|
☔ The latest upstream changes (presumably #152324) made this pull request unmergeable. Please resolve the merge conflicts. |
Reverts #151952.
Since it's now backported with the "future error" warning, we can remove these changes.
r? @JonathanBrouwer