-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Regression: [Body::empty]
cannot be resolved, ignoring it.
#72340
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Found in hyperium/hyper#2206 |
cc @rust-lang/rustdoc |
Note I've already patched hyper by removing the link. A guess is that it's related to documenting a method from a trait implementstion ( |
Ok, so i found the cause behind it and i'm working on the fix. |
Removing |
@rustbot added it automatically, I think because I added the regression label. I agree it doesn't belong on this issue. |
Most regressions fall under the purview of |
…llaumeGomez Make intra-link resolve links for both trait and impl items Closes rust-lang#72340
…llaumeGomez Make intra-link resolve links for both trait and impl items Closes rust-lang#72340
Uh oh!
There was an error while loading. Please reload this page.
I tried this code:
I expected to see this happen: rustdoc generates intradoc links correctly
Instead, this happened: rustdoc cannot resolve
Body::empty
.Meta
rustdoc +nightly --version --verbose
:This looks like a regression from #72173, cc @xliiv.
@rustbot modify labels: T-rustdoc A-intra-doc-links C-bug regression-from-stable-to-nightly
The text was updated successfully, but these errors were encountered: