When I try to compile it, it errors with the following errors (repeating for every macro invocation):
Compiling ahash v0.2.12
error: cannot find macro `proc_macro_call!` in this scope
--> C:\Users\Christopher Serr\.cargo\registry\src\github.com-1ecc6299db9ec823\ahash-0.2.12\src/lib.rs:49:45
|
49 | static SEED: AtomicUsize = AtomicUsize::new(const_random!(u64));
| ^^^^^^^^^^^^^^^^^^
|
= help: have you added the `#[macro_use]` on the module/import?
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
When I try to compile it, it errors with the following errors (repeating for every macro invocation):