-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.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.
Milestone
Description
Multiple crates are failing to build in 1.30 beta because multiple applicable items are in scope.
error[E0034]: multiple applicable items in scope
--> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19
|
1172 | self.iter.find_map(|(i, node)| {
| ^^^^^^^^ multiple `find_map` found
|
- Jengamon/Mister regressed from stable to beta (build log) cc @Jengamon
- YaLTeR/aoc2017 regressed from stable to beta (build log) cc @YaLTeR
- anderejd/cargo-geiger regressed from stable to beta (build log) cc @anderejd
- danieldk/conllx-utils regressed from stable to beta (build log) cc @danieldk
- pkgw/stund regressed from stable to beta (build log) cc @pkgw
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.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.