Skip to content

[1.30 beta] Multiple applicable items in scope #54474

Closed
@pietroalbini

Description

@pietroalbini

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
      |

cc @petrochenkov

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-libs-apiRelevant 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.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions