Hi Regnar and Igor:
3 days ago, wide published v1.6.0 and I always have the below compiling error:
error[E0275]: overflow evaluating the requirement u32x8: Shr<&_>
--> /Users/jianshuzhao/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seq-hash-0.2.0/src/anti_lex.rs:81:22
|
81 | fw = (fw >> self.b as u32) ^ (a << self.shift);
| ^^
|
= help: consider increasing the recursion limit by adding a #![recursion_limit = "256"] attribute to your crate (seq_hash)
= note: required for u32x8 to implement Shr<&&_>
= note: 126 redundant requirements hidden
= note: required for u32x8 to implement Shr<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&...>
= note: the full name for the type has been written to '/Users/jianshuzhao/Github/TurboANI/target/release/deps/seq_hash-df20ebd689b8acf4.long-type-14806831471914812358.txt'
= note: consider using --verbose to print the full type name to the console
For more information about this error, try rustc --explain E0275.
error: could not compile seq-hash (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
We should fixe to 1.5.0 in seq-hash or fix this and publish new ones?
Thanks,
Jianshu
Hi Regnar and Igor:
3 days ago, wide published v1.6.0 and I always have the below compiling error:
error[E0275]: overflow evaluating the requirement
u32x8: Shr<&_>--> /Users/jianshuzhao/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seq-hash-0.2.0/src/anti_lex.rs:81:22
|
81 | fw = (fw >> self.b as u32) ^ (a << self.shift);
| ^^
|
= help: consider increasing the recursion limit by adding a
#![recursion_limit = "256"]attribute to your crate (seq_hash)= note: required for
u32x8to implementShr<&&_>= note: 126 redundant requirements hidden
= note: required for
u32x8to implementShr<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&...>= note: the full name for the type has been written to '/Users/jianshuzhao/Github/TurboANI/target/release/deps/seq_hash-df20ebd689b8acf4.long-type-14806831471914812358.txt'
= note: consider using
--verboseto print the full type name to the consoleFor more information about this error, try
rustc --explain E0275.error: could not compile
seq-hash(lib) due to 1 previous errorwarning: build failed, waiting for other jobs to finish...
We should fixe to 1.5.0 in seq-hash or fix this and publish new ones?
Thanks,
Jianshu