-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Description
[INFO] [stdout] error[E0659]: `Sign` is ambiguous
[INFO] [stdout] --> src/Core/cipher_aes_gcm_siv.rs:114:24
[INFO] [stdout] |
[INFO] [stdout] 114 | let mut hmac = Sign::new(plaintext.to_vec(), passphrase, Operation::Sign, SignType::Sha512);
[INFO] [stdout] | ^^^^ ambiguous name
[INFO] [stdout] |
[INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module
note: there were some other (knock on?) errors in this crate see logs for more detail
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.