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

compile error on latest nightly (rustc 1.27.0-nightly (2f2a11dfc 2018-05-16)) #338

Closed
ennis opened this issue May 17, 2018 · 6 comments
Closed

Comments

@ennis
Copy link

ennis commented May 17, 2018

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.

@WaDelma
Copy link

WaDelma commented May 17, 2018

It should already be fixed in #333

@ennis
Copy link
Author

ennis commented May 17, 2018

@WaDelma I think you are referring to the warnings "warning: duplicate definitions with name new (E0592)", that I included in the log. But the actual compilation errors (starting from https://gist.github.com/ennis/d8a52edd3d831922d046a558906172be#file-nalgebra-build-log-txt-L100) seem unrelated to this issue.

@sebcrozet
Copy link
Member

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) .

@sebcrozet
Copy link
Member

I believe this will fixed by rust-lang/rust#50876.

@ennis
Copy link
Author

ennis commented May 24, 2018

It looks like the issue is fixed in the latest nightly.

@sebcrozet
Copy link
Member

Great! This can be closed then.

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

No branches or pull requests

3 participants