-
-
Notifications
You must be signed in to change notification settings - Fork 495
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
compile error on latest nightly (rustc 1.27.0-nightly (2f2a11dfc 2018-05-16)) #338
Comments
It should already be fixed in #333 |
@WaDelma I think you are referring to the warnings "warning: duplicate definitions with name |
This does look like a regression on rustc. Maybe related to rust-lang/rust#50825 or at least quite similar to the issue mentioned in rust-lang/rust#50825 (comment) . |
I believe this will fixed by rust-lang/rust#50876. |
It looks like the issue is fixed in the latest nightly. |
Great! This can be closed then. |
Compilation fails on rustc 1.27.0-nightly (2f2a11dfc 2018-05-16) with the following log:
https://gist.github.com/ennis/d8a52edd3d831922d046a558906172be
Works fine on beta. This may be a rustc regression, but i'm not sure.
The text was updated successfully, but these errors were encountered: