Closed tjb7 closed 3 weeks ago
The problem is most certainly on your side. As you can see here rand v0.8.5 does not contain the problematic line and rand
can be used on the playground without issues. You may have unintentionally modified cached version of the crate. Try to clear the index folder and compile your project again.
Makes sense, thanks, I did not realize that cargo clean does not remove these files.
Loose use statement causes compilation failure
Problem: When compiling version 0.8.5 I get the following error:
Quick solution: just commenting out the line allows compilation to proceed
Details: MacOS, cargo 1.81.0 (2dbb1af80 2024-08-20)