error-chain icon indicating copy to clipboard operation
error-chain copied to clipboard

changes to backtrace crate

Open AndyGauge opened this issue 6 years ago • 1 comments
trafficstars

https://travis-ci.com/rust-lang-nursery/error-chain/jobs/205173078 | 100 | Symbol::Dladdr(ref s) => return s.addr(), | ^^^^^^^^ expected enum libc::c_void, found enum std::os::raw::c_void | = note: expected type core::option::Option<*mut libc::c_void> found type core::option::Option<*mut std::os::raw::c_void> error[E0308]: mismatched types

AndyGauge avatar Jun 04 '19 04:06 AndyGauge

I think this is fixed now by the minimum version bumps?

palfrey avatar Dec 04 '19 23:12 palfrey