-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.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[E0034]: multiple applicable items in scope
[INFO] [stdout] --> src/polyfill.rs:300:25
[INFO] [stdout] |
[INFO] [stdout] 300 | self.iter().is_sorted_by(|a, b| compare(*a, *b))
[INFO] [stdout] | ^^^^^^^^^^^^ multiple `is_sorted_by` found
[INFO] [stdout] |
[INFO] [stdout] note: candidate #1 is defined in the trait `SliceIsSorted`
[INFO] [stdout] --> src/polyfill.rs:271:9
note: if the relevant team already accepted this breakage then the issue can be closed
Metadata
Metadata
Assignees
Labels
T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.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.