-
Notifications
You must be signed in to change notification settings - Fork 35
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
build failed #94
Comments
Same issue here. This is mentioned in dimforge/nalgebra#561, and appears to be fixed in nalgebra 0.18 and newer. |
The dependency tree looks like this. We have to update ggez to solve this it seems: |
Fresh install of rust, did not compile, it looks like a problem with a dependency (nalgebra-0.14.4)?
Compiling specs v0.14.3
error[E0502]: cannot borrow
*self
as immutable because it is also borrowed as mutable--> C:\Users\44779.cargo\registry\src\github.com-1ecc6299db9ec823\nalgebra-0.14.4\src\core\cg.rs:292:44
|
292 | self[(j, i)] += shift[j] * self[(D::dim() - 1, i)];
| ---------------------------^^^^-------------------
| | |
| | immutable borrow occurs here
| mutable borrow occurs here
| mutable borrow later used here
error: aborting due to previous error
For more information about this error, try
rustc --explain E0502
.error: could not compile
nalgebra
.warning: build failed, waiting for other jobs to finish...
error: build failed
The text was updated successfully, but these errors were encountered: