K 10 svn:author V 5 tobik K 8 svn:date V 27 2019-12-17T08:52:57.462371Z K 7 svn:log V 682 devel/pijul: Unbreak build with Rust 1.40.0 (D22843) error[E0382]: assign to part of moved value: `newkeys` --> .../cargo-crates/thrussh-0.20.7/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 error: aborting due to previous error END