Conversation
Sync with rust-random/getrandom branch master
Merge code for vxworks from rust-random/getrandom branch vxworks
|
@BaoshanPang thanks for opening this. This is an error caused by my change. Essentially when Ideally we would fix the Note that we're going to remove the automatic Can you rebase this change onto the current master, then I can approve and merge it. |
|
This should just be part of #86, as that PR hasn't merged yet. However, this is an important point, and should be accounted for in review. |
I saw this error when building rust for vxWorks targets:
/folk/prj-rust-dev/bpang/ala-diab-pb19l/latest/latest/.cargo/registry/src/git.832008.xyz-1ecc6299db9ec823/rand_core-0.5.1/src/err
or.rs:150:28
|
150 | Error { inner: Box::new(error) }
| ^^^^^^^^^^^^^^^ the trait
std::error::Erroris not implemented forgetrandom::error::Error|
= note: required for the cast to the object type
dyn std::error::Error + std::marker::Send + std::marker::SyncAnd after adding "mod error_impls;" the issue disappears.
r? @newpavlov
cc @n-salim