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 Feb 29, 2024. It is now read-only.
cargo build 2.3.5
Compiling indy v1.4.0 (file:///Users/jima/jdd/indy-sdk/libindy)
error: non-reference pattern used to match a reference (see issue #42640)
--> src/commands/did.rs:555:24
|
555 | if let Some(data) = &res.data {
| ^^^^^^^^^^ help: consider using: `&Some(data)`
error: aborting due to previous error
error: Could not compile `indy`.
How can I solve this?
From this, this might be related to rust-lang/rust#42640
I followed this instruction https://github.com/hyperledger/indy-sdk/blob/master/doc/mac-build.md
The text was updated successfully, but these errors were encountered: