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 up the build on nightly compilers #135

Merged
merged 1 commit into from
Jun 30, 2019

Conversation

KodrAus
Copy link
Collaborator

@KodrAus KodrAus commented Jun 30, 2019

A new lint on nightly requires trait objects use the dyn keyword. This isn't recognized by our minimum supported rustc version (1.24.1) so we allow the bare trait objects where they're used.

@KodrAus KodrAus merged commit 729c4a4 into rust-cli:master Jun 30, 2019
@KodrAus KodrAus deleted the chore/fix-build branch June 30, 2019 22:56
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.

1 participant