Uh oh!
There was an error while loading. Please reload this page.
Don't look for blanket impls in intra-doc links - #79682
Conversation
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
jyn514
commented
Dec 4, 2020
I'm testing locally that this actually improves the compile times for #78761. |
Yup, this brought intra-doc links down to only 1.5 seconds 🎉 (down from 90 seconds). |
This comment has been minimized.
This comment has been minimized.
9917b2a to
667f6d5Comparebors
commented
Dec 15, 2020
☔ The latest upstream changes (presumably #80044) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels: |
667f6d5 to
e75c637CompareThis never worked and has been causing severe performance problems. Hopefully it will be re-landed at some point in the future when it actually works, but in the meantime it makes no sense to have the code around when it does nothing and actively makes rustdoc harder to use.
e75c637 to
6580f11Comparejyn514
commented
Dec 15, 2020
@bors r=Manishearth,GuillaumeGomez |
bors
commented
Dec 15, 2020
📌 Commit 6580f11 has been approved by |
bors
commented
Dec 16, 2020
bors
commented
Dec 16, 2020
☀️ Test successful - checks-actions |
This never worked and has been causing severe performance problems.
Hopefully it will be re-landed at some point in the future when it
actually works, but in the meantime it makes no sense to have the code
around when it does nothing and actively makes rustdoc harder to use.
Closes#78761. Does not affect #78800.
r? @Manishearth
cc @seeplusplus