Closed
Description
error[E0599]: no method named `entry` found for type `hashbrown::map::HashMap<rusttype::GlyphId, M>` in the current scope
--> livesplit-core\src\rendering\glyph_cache.rs:31:21
|
31 | self.glyphs.entry(glyph).or_insert_with(|| {
| ^^^^^
|
= note: the method `entry` exists but the following trait bounds were not satisfied:
`hashbrown::map::DefaultHashBuilder : core::hash::BuildHasher`
ed0b240 still builds. So it's either the raw API or more likely AHash that broke it.
Metadata
Metadata
Assignees
Labels
No labels