In Rust (rustc 1.87.0), I am getting the following compiler error when inserting or getting hashmap entries with an instance of SmallUid as a key:
the trait Hash is not implemented for small_uid::SmallUid
This happens with hashbrown::HashMap as well as std::collections::HashMap. Can this be? What am I missing?