zingolabs / zingolib_original

ZingoLib
MIT License
1 stars 1 forks source link

cargo build begins failing with reference to unseen `as_mut_ref` #61

Open zancas opened 2 years ago

zancas commented 2 years ago

I run cargo build against this:

version_info

And I see this error:

mysterious_as_mut_ref

zancas commented 2 years ago

This is very confusing to me. I look at line 361 in zcash_primitives/transactions/mod.rs..

It says as_ref not as_mut_ref.

This is as seen here:

https://github.com/zcash/librustzcash/blob/73d9395c9d3c5fa81fc7becd363a2c1a51772a76/zcash_primitives/src/transaction/mod.rs#L361

I am rerunning CI to see if there's some local system state that's askew...

zancas commented 2 years ago

I moved my .cargo/registry aside... I get the same error, though the generating file is in a slightly different location:

.cargo/git/checkouts/librustzcash-0a74bd38a00f78b0/73d9395/zcash_primitives/src/transaction/mod.rs:361:29