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

rust_repositories() was not honoring edition default on Windows #424

Merged
merged 1 commit into from
Oct 14, 2020

Conversation

dae
Copy link
Contributor

@dae dae commented Oct 11, 2020

The Windows toolchain was ignoring the default provided to rust_repositories(), always using edition 2015, which caused errors about crates being unavailable if extern crate references were not in the code.

@google-cla google-cla bot added the cla: yes label Oct 11, 2020
Copy link
Collaborator

@damienmg damienmg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot, sorry for the delay I am a bit overloaded at this time.

@damienmg damienmg merged commit 6ed1bca into bazelbuild:master Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants