-
-
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
mismatched types in nalgebra 0.14.4 #345
Comments
What version of the rust compiler do you use? This looks very similar to #338 which was due to a regression on the nightly build of the compiler. Updating the compiler should get rid of the issue. |
rafael@Artorias:~/Projetos/nalgebra$ rustc --version |
Thanks! So this is definitely the same as #338. The only way to fix this is to update the compiler to the latest nigthly. |
Yeah, it's working now. Thanks! |
I'm using ubuntu on windows (the one you install via M$'s App Store), but I don't think it should give different results than a normal linux build.
The text was updated successfully, but these errors were encountered: