Open Shadlock0133 opened 4 years ago
I reproduced this with 0.14.1
. Is there still an issue with latest Salsa? The word "sweep" doesn't seem to appear in the source for 0.17.0-pre.2
: no SweepStrategy
or sweep_all
.
Looks like the sweep
APIs were removed when garbage collection was removed: https://github.com/salsa-rs/salsa/blob/11c55b804d2f92606e753260/book/src/rfcs/RFC0008-Remove-Garbage-Collection.md
Version: 0.14.1
Error:
Code:
Backtrace points somewhere in
salsa::derived::slot::Slot<DB,Q,MP>::sweep
. Can't currently run with debug, because for some reason while linking, clang exhausts memory.