Skip to content
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

Workaround Rust build issue for i686 windows-gnu #31

Merged
merged 1 commit into from
May 6, 2020

Conversation

mati865
Copy link
Contributor

@mati865 mati865 commented May 5, 2020

cc #30

I think it's linker bug but removing that inline fixed i686 rustdoc build.

@nagisa
Copy link
Member

nagisa commented May 5, 2020

Lets remove all of the inlines in that case? I’m uncomfortable with removing just one and leaving the others in – I can see it coming back to bite us again for the same reason in the future.

@mati865
Copy link
Contributor Author

mati865 commented May 5, 2020

Removed the last inline which was effective on Windows. Others are enabled only on non Windows platforms where linkers do their job better.

@nagisa
Copy link
Member

nagisa commented May 5, 2020

r+, will merge and release today.

@nagisa nagisa merged commit 072c62a into rust-lang:master May 6, 2020
@mati865 mati865 deleted the i686-mingw-fix branch May 6, 2020 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants