Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

changes to backtrace crate #263

Open
AndyGauge opened this issue Jun 4, 2019 · 1 comment
Open

changes to backtrace crate #263

AndyGauge opened this issue Jun 4, 2019 · 1 comment

Comments

@AndyGauge
Copy link
Contributor

AndyGauge commented Jun 4, 2019

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

@palfrey
Copy link
Contributor

palfrey commented Dec 4, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants