-
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
Add implicit result return for rustdoc main function #56310
Add implicit result return for rustdoc main function #56310
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 |
I'll need to check if a function ends with an |
I'm not sure this can be done. It'll not only have to detect if the code returns |
I think it's worth a try but I was expecting a bit too much. :) |
This conflicts with #56470. |
Indeed, I'll close it in favor of #56470. |
Fixes #56260.
r? @QuietMisdreavus