-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
demonstrate RHS != Self
use cases for Add
and Sub
#35793
Conversation
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ rollup thanks a ton, this is great! |
📌 Commit 96bd6cf has been approved by |
…teveklabnik demonstrate `RHS != Self` use cases for `Add` and `Sub`
…teveklabnik demonstrate `RHS != Self` use cases for `Add` and `Sub`
@bors r- Looks like this might be causing a possible issue on Windows. @steveklabnik any idea what might cause:
|
Does it need one |
@steveklabnik - no idea. Who's a good contact for rustdoc? |
I wonder if @brson or @alexcrichton might know... |
I think the links here may have just one too many |
@alexcrichton Is that the case? If I take https://doc.rust-lang.org/nightly/std/ops/trait.Add.html and add |
Sometimes the traits are rendered in multiple locations due to inlining in rustdoc, so maybe that's what's happening here? |
I'm having difficulty testing this. When I run |
That's not what the browser does. It basically tries to load As far as I know the most reliable way to build the docs for testing is to use |
96bd6cf
to
6d58455
Compare
Thanks @ollie27! Fixed. |
remove extra `../`s
eb416a1
to
89f7e92
Compare
Looks like the build is still being weird here. I don't think it's my fault this time... |
Yes, this is not you. Let's give it a shot again on bors. @bors: r+ rollup |
📌 Commit 89f7e92 has been approved by |
…teveklabnik demonstrate `RHS != Self` use cases for `Add` and `Sub`
This still fails linkcheck for me:
|
@bors: r- |
Anybody have advice on how to run linkcheck locally? |
|
@TimNN I cannot reproduce. Here is my repro attempt:
This navigates to |
The problem is that Try the links from |
Thanks @TimNN! |
Travis looks spurious, let's try with bors. @bors: r+ rollup |
📌 Commit 9a400f0 has been approved by |
…teveklabnik demonstrate `RHS != Self` use cases for `Add` and `Sub`
…teveklabnik demonstrate `RHS != Self` use cases for `Add` and `Sub`
…teveklabnik demonstrate `RHS != Self` use cases for `Add` and `Sub`
No description provided.