You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Seems a compile error in a cargo dependency:
Compiling thrussh v0.20.7
error[E0382]: assign to part of moved value: `newkeys`
--> /build/pijul-0.12.0-vendor/thrussh/src/client/connection.rs:550:13
|
539 | let mut newkeys = kexdhdone.compute_keys(
| ----------- move occurs because `newkeys` has type `session::NewKeys`, which does not implement the `Copy` trait
...
549 | session.0.kex = Some(Kex::NewKeys(newkeys));
| ------- value moved here
550 | newkeys.sent = true;
| ^^^^^^^^^^^^^^^^^^^ value partially assigned here after move
To Reproduce
Steps to reproduce the behavior:
add package pijul to home-manager.
The text was updated successfully, but these errors were encountered:
Describe the bug
Seems a compile error in a cargo dependency:
To Reproduce
Steps to reproduce the behavior:
add package pijul to home-manager.
The text was updated successfully, but these errors were encountered: