﻿cargo :     Checking sha3 v0.11.0-rc.8
En línea: 1 Carácter: 1
+ cargo check 2>&1 | Out-File -Encoding utf8 
qhermes_kernel_check.txt
+ ~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: ( 
       Checking sha3 v0.11.0-rc.8:String) []  
  , RemoteException
    + FullyQualifiedErrorId : NativeCommandEr 
   ror
 
error[E0432]: unresolved import 
`keccak::KeccakP1600`
  --> C:\Users\Elio\.cargo\registry\src\index.
crates.io-1949cf8c6b5b557f\sha3-0.11.0-rc.8\sr
c\block_api.rs:14:5
   |
14 | use keccak::KeccakP1600;
   |     ^^^^^^^^^^^^^^^^^^^ no `KeccakP1600` 
in the root

error[E0425]: cannot find function `p1600` in 
crate `keccak`
   --> C:\Users\Elio\.cargo\registry\src\index
.crates.io-1949cf8c6b5b557f\sha3-0.11.0-rc.8\s
rc\block_api.rs:274:17
    |
274 |         keccak::p1600(&mut self.state, 
ROUNDS);
    |                 ^^^^^ not found in 
`keccak`

error[E0425]: cannot find function `p1600` in 
crate `keccak`
   --> C:\Users\Elio\.cargo\registry\src\index
.crates.io-1949cf8c6b5b557f\sha3-0.11.0-rc.8\s
rc\cshake.rs:92:29
    |
 92 |                     keccak::p1600(&mut 
self.state, ROUNDS);
    |                             ^^^^^ not 
found in `keccak`
...
213 | impl_cshake!(CShake128Core, CShake128, 
CShake128Reader, U168, "cSHAKE128");
    | ----------------------------------------
---------------------------------- in this 
macro invocation
    |
    = note: this error originates in the 
macro `impl_cshake` (in Nightly builds, run 
with -Z macro-backtrace for more info)

error[E0425]: cannot find function `p1600` in 
crate `keccak`
   --> C:\Users\Elio\.cargo\registry\src\index
.crates.io-1949cf8c6b5b557f\sha3-0.11.0-rc.8\s
rc\cshake.rs:114:25
    |
114 |                 keccak::p1600(&mut 
self.state, ROUNDS);
    |                         ^^^^^ not found 
in `keccak`
...
213 | impl_cshake!(CShake128Core, CShake128, 
CShake128Reader, U168, "cSHAKE128");
    | ----------------------------------------
---------------------------------- in this 
macro invocation
    |
    = note: this error originates in the 
macro `impl_cshake` (in Nightly builds, run 
with -Z macro-backtrace for more info)

error[E0425]: cannot find function `p1600` in 
crate `keccak`
   --> C:\Users\Elio\.cargo\registry\src\index
.crates.io-1949cf8c6b5b557f\sha3-0.11.0-rc.8\s
rc\cshake.rs:92:29
    |
 92 |                     keccak::p1600(&mut 
self.state, ROUNDS);
    |                             ^^^^^ not 
found in `keccak`
...
214 | impl_cshake!(CShake256Core, CShake256, 
CShake256Reader, U136, "cSHAKE256");
    | ----------------------------------------
---------------------------------- in this 
macro invocation
    |
    = note: this error originates in the 
macro `impl_cshake` (in Nightly builds, run 
with -Z macro-backtrace for more info)

error[E0425]: cannot find function `p1600` in 
crate `keccak`
   --> C:\Users\Elio\.cargo\registry\src\index
.crates.io-1949cf8c6b5b557f\sha3-0.11.0-rc.8\s
rc\cshake.rs:114:25
    |
114 |                 keccak::p1600(&mut 
self.state, ROUNDS);
    |                         ^^^^^ not found 
in `keccak`
...
214 | impl_cshake!(CShake256Core, CShake256, 
CShake256Reader, U136, "cSHAKE256");
    | ----------------------------------------
---------------------------------- in this 
macro invocation
    |
    = note: this error originates in the 
macro `impl_cshake` (in Nightly builds, run 
with -Z macro-backtrace for more info)

error[E0282]: type annotations needed
   --> C:\Users\Elio\.cargo\registry\src\index
.crates.io-1949cf8c6b5b557f\sha3-0.11.0-rc.8\s
rc\block_api.rs:101:13
    |
101 |             o.copy_from_slice(&s.to_le_b
ytes()[..o.len()]);
    |             ^ cannot infer type

error[E0282]: type annotations needed
   --> C:\Users\Elio\.cargo\registry\src\index
.crates.io-1949cf8c6b5b557f\sha3-0.11.0-rc.8\s
rc\block_api.rs:101:32
    |
101 |             o.copy_from_slice(&s.to_le_b
ytes()[..o.len()]);
    |                                ^ cannot 
infer type

error[E0282]: type annotations needed
   --> C:\Users\Elio\.cargo\registry\src\index
.crates.io-1949cf8c6b5b557f\sha3-0.11.0-rc.8\s
rc\block_api.rs:213:13
    |
213 |             
chunk.copy_from_slice(&val.to_le_bytes());
    |             ^^^^^ cannot infer type

error[E0282]: type annotations needed
   --> C:\Users\Elio\.cargo\registry\src\index
.crates.io-1949cf8c6b5b557f\sha3-0.11.0-rc.8\s
rc\block_api.rs:213:36
    |
213 |             
chunk.copy_from_slice(&val.to_le_bytes());
    |                                    ^^^ 
cannot infer type

Some errors have detailed explanations: 
E0282, E0425, E0432.
For more information about an error, try 
`rustc --explain E0282`.
error: could not compile `sha3` (lib) due to 
10 previous errors
