-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Fix rustdoc ICE for impl trait in argument position #50366
Fix rustdoc ICE for impl trait in argument position #50366
Conversation
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
02f7524
Compare
Now I don't feel so bad about making that exact same 'fix' in a local build so I could see my docs... |
Then you did well. I really wonder why this assert was there... |
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 |
It does generate the documentation as expected. Which is why I wondered why such an assert was there... |
The assertion error is legit. In this case, |
Fixes #50358.
Weirdest fix ever...
r? @QuietMisdreavus