Skip to content

More glob import issues #19755

@Veykril

Description

@Veykril

Condvar in https://github.com/salsa-rs/salsa/blob/f78a641d2086695ac0ef96cbe915bf80b5a690f2/src/storage.rs#L5 is being resolved to std's condvar which is incorrect, it should resolve to https://github.com/salsa-rs/salsa/blob/f78a641d2086695ac0ef96cbe915bf80b5a690f2/src/loom.rs#L214 instead. That is the pub use std::sync::*; glob import there is shadowing the definition incorrectly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-nameresname, path and module resolutionC-bugCategory: bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions