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

Fix nightly build #99

Merged
merged 2 commits into from
May 28, 2018
Merged

Fix nightly build #99

merged 2 commits into from
May 28, 2018

Conversation

KodrAus
Copy link
Contributor

@KodrAus KodrAus commented May 16, 2018

Based on #97

I also had a look at our compile fail tests, looks like our rustc invocations can't disambiguate between the lazy_static that ships with the Rust toolchain and the lazy_static we build locally. I've 'fixed' this up by wrapping lazy_static in a shim with a different name. It seems to work.

cc @Kimundi @superp00t

@KodrAus
Copy link
Contributor Author

KodrAus commented May 17, 2018

I'll boot into Windows and figure out what it's complaining about...

@KodrAus
Copy link
Contributor Author

KodrAus commented May 18, 2018

Ok looks like this is back to green now. It might be good to get a sanity check on my workaround. I don't think many crates will run into this problem...

@KodrAus KodrAus merged commit d2df430 into rust-lang-nursery:master May 28, 2018
@KodrAus KodrAus deleted the fix/nightly branch May 28, 2018 22:48
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.

2 participants