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
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
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 enumstd::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
The text was updated successfully, but these errors were encountered: