-
Notifications
You must be signed in to change notification settings - Fork 1
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
Temporary value dropped while borrowed #13
Comments
Hmm, I'm having trouble reproducing this. I tried initializing a fresh repository with |
Good question. My rust version is 1.75.0. I think this goes away when I upgrade to the latest rust version.
|
It might help consumers of this library to set the rust-version in the Cargo.toml. That way users with older rust versions will just see an error stating a newer rust version is required. That being said, thank you for all of the work you guys put into this library. |
Yup, that's definitely something that we should have and slipped between the cracks. I pin to 1.81 (num-dual recently had an update that pins to 1.81 so that's the lowest we can go) in #14 that should solve this. I'll submit a 0.2.0 release in a few days with the fix. Let me know if you hit any other kinks or have any other questions - factrs is decently well used internally, but I'm sure there's some edge cases like this that we have missed. If your implementation is open-source, we'd love to feature it as an example once it's finished too:) |
I'm trying to use this library to develop Stereo Direct Spare Odometry. But I came across this error when building:
The text was updated successfully, but these errors were encountered: