-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
A-nameresname, path and module resolutionname, path and module resolutionC-bugCategory: bugCategory: bug
Description
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
Labels
A-nameresname, path and module resolutionname, path and module resolutionC-bugCategory: bugCategory: bug