Uh oh!
There was an error while loading. Please reload this page.
Fix rustdoc ICE for impl trait in argument position - #50366
Fix rustdoc ICE for impl trait in argument position#50366GuillaumeGomez wants to merge 1 commit into
Conversation
rust-highfive
commented
May 1, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
cfaf21c to
02f7524CompareKodrAus
commented
May 1, 2018
Now I don't feel so bad about making that exact same 'fix' in a local build so I could see my docs... |
GuillaumeGomez
commented
May 2, 2018
Then you did well. I really wonder why this assert was there... |
QuietMisdreavus
commented
May 2, 2018
I think the assumption behind that assert was that the closure passed to With this assertion removed, how does the documentation look for the included test? I'm curious whether it includes the |
GuillaumeGomez
commented
May 2, 2018
It does generate the documentation as expected. Which is why I wondered why such an assert was there... |
QuietMisdreavus
commented
May 2, 2018
sinkuu
commented
May 3, 2018
The assertion error is legit. In this case, |
Fixes#50358.
Weirdest fix ever...
r? @QuietMisdreavus