-
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
rustdoc: "FormatMessage failure" on Windows #13073
Comments
Does that build include the fix in #13043? |
Yes, include.
|
Thanks for confirming. |
Reproduced on revision 092afdb. Note that I'm using win 8.1 with non-english locale which probably causes issues. Quick investigation: |
So the issue is broken into two parts: 1. why rustdoc failed and called |
Fix `redundant_closure` false positive with closures has return type contains `'static` Fix rust-lang#13073 . Please enable "ignore white-space change" settings in github UI for easy reviewing. HACK: The third commit contains a hack to check if a type `T: 'static` when `fn() -> U where U: 'static`. I don't have a clean way to check for it. changelog: [`redundant_closure`] Fix false positive with closures has return type contains `'static`
upstream/master:
The text was updated successfully, but these errors were encountered: