doc attribute parsing errors: Revert #151952#152221
doc attribute parsing errors: Revert #151952#152221GuillaumeGomez wants to merge 5 commits intorust-lang:mainfrom
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