Uh oh!
There was an error while loading. Please reload this page.
demonstrate RHS != Self use cases for Add and Sub - #35793
Conversation
rust-highfive
commented
Aug 18, 2016
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
matthew-piziak
commented
Aug 18, 2016
steveklabnik
commented
Aug 18, 2016
@bors: r+ rollup thanks a ton, this is great! |
bors
commented
Aug 18, 2016
📌 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`
sophiajt
commented
Aug 19, 2016
@bors r- Looks like this might be causing a possible issue on Windows. @steveklabnik any idea what might cause: |
steveklabnik
commented
Aug 19, 2016
Does it need one |
sophiajt
commented
Aug 19, 2016
@steveklabnik - no idea. Who's a good contact for rustdoc? |
sophiajt
commented
Aug 19, 2016
I wonder if @brson or @alexcrichton might know... |
alexcrichton
commented
Aug 19, 2016
I think the links here may have just one too many |
matthew-piziak
commented
Aug 20, 2016
@alexcrichton Is that the case? If I take https://doc.rust-lang.org/nightly/std/ops/trait.Add.html and add |
alexcrichton
commented
Aug 21, 2016
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 |
ollie27
commented
Aug 25, 2016
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
6d58455Comparematthew-piziak
commented
Aug 26, 2016
Thanks @ollie27! Fixed. |
remove extra `../`s
eb416a1 to
89f7e92Comparematthew-piziak
commented
Aug 30, 2016
Looks like the build is still being weird here. I don't think it's my fault this time... |
steveklabnik
commented
Aug 30, 2016
Yes, this is not you. Let's give it a shot again on bors. @bors: r+ rollup |
bors
commented
Aug 30, 2016
📌 Commit 89f7e92 has been approved by |
…teveklabnik demonstrate `RHS != Self` use cases for `Add` and `Sub`
TimNN
commented
Aug 30, 2016
This still fails linkcheck for me: |
steveklabnik
commented
Aug 30, 2016
@bors: r- |
matthew-piziak
commented
Aug 30, 2016
Anybody have advice on how to run linkcheck locally? |
matthew-piziak
commented
Aug 30, 2016
|
matthew-piziak
commented
Aug 31, 2016
@TimNN I cannot reproduce. Here is my repro attempt:
This navigates to |
TimNN
commented
Aug 31, 2016
The problem is that Try the links from |
matthew-piziak
commented
Aug 31, 2016
Thanks @TimNN! |
steveklabnik
commented
Sep 1, 2016
Travis looks spurious, let's try with bors. @bors: r+ rollup |
bors
commented
Sep 1, 2016
📌 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.