-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Regression: [Body::empty]
cannot be resolved, ignoring it.
#72340
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
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: