mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 13:10:19 +00:00
9c7ac995d8
rust-analyzer fails in rust-lang/rust repo on the power target, because it doesn't have `AtomicU64`. So, lets just use `AtomicUsize` as a revision number. Semantically this is wrong, as we are not using revision to address arrays, but, practically, it's a nice compromise to build on targets without AtomicU64 and to have large revision numbers on most relevant targets. |
||
---|---|---|
.. | ||
derived | ||
lru | ||
runtime | ||
blocking_future.rs | ||
debug.rs | ||
dependency.rs | ||
derived.rs | ||
doctest.rs | ||
durability.rs | ||
input.rs | ||
intern_id.rs | ||
interned.rs | ||
lib.rs | ||
lru.rs | ||
plumbing.rs | ||
revision.rs | ||
runtime.rs |