import-bot:
72 | let Ok(mut mac) = HmacSha256::new_from_slice(secret.as_bytes()) else {
| ^^^^^^^^^^^^^^ functi …
import-bot:
72 | let Ok(mut mac) = HmacSha256::new_from_slice(secret.as_bytes()) else {
| ^^^^^^^^^^^^^^ function or associated item not found in `Hmac<CoreWrapper<CtVariableCoreWrapper<Sha256VarCore, ..., ...>>>`
|
= note: the full name for the type has been written to '/build/jzkmkk1x6i94vph0pgc1dzav5gks4xsi-source/target/x86_64-unknown-linux-gnu/release/deps/import_bot-d1a9e6fe7a7029ca.long-type-2532349502352845208.txt'
= note: consider using `--verbose` to print the full type name to the console
Some errors have detailed explanations: E0277, E0599.
For more information about an error, try `rustc --explain E0277`.
error: could not compile `import-bot` (bin "import-bot") due to 10 previous errors
|