K 10 svn:author V 5 tobik K 8 svn:date V 27 2020-01-23T09:50:44.595421Z K 7 svn:log V 513 devel/rust-bindgen: Unbreak with rust-nightly error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() --> src/codegen/error.rs:18:25 | 18 | write!(f, "{}", error::Error::description(self)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ | note: lint level defined here --> src/lib.rs:11:9 | 11 | #![deny(warnings)] | ^^^^^^^^ = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` error: aborting due to previous error END