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
Compiling bs58 v0.3.1
error[E0658]: use of unstable library feature 'build_hasher_simple_hash_one'
--> src/random_state.rs:463:5
|
463 | / fn hash_one<T: Hash>(&self, x: T) -> u64 {
464 | | RandomState::hash_one(self, x)
465 | | }
| |_____^
|
= note: see issue #86161 rust-lang/rust#86161 for more information
= help: add #![feature(build_hasher_simple_hash_one)] to the crate attributes to enable
For more information about this error, try rustc --explain E0658.
error: could not compile ahash due to previous error
warning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered:
my anchor version is anchor-cli 0.29.0
Compiling bs58 v0.3.1
error[E0658]: use of unstable library feature 'build_hasher_simple_hash_one'
--> src/random_state.rs:463:5
|
463 | / fn hash_one<T: Hash>(&self, x: T) -> u64 {
464 | | RandomState::hash_one(self, x)
465 | | }
| |_____^
|
= note: see issue #86161 rust-lang/rust#86161 for more information
= help: add
#![feature(build_hasher_simple_hash_one)]
to the crate attributes to enableFor more information about this error, try
rustc --explain E0658
.error: could not compile
ahash
due to previous errorwarning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered: