bonsairobo / building-blocks

A voxel library for real-time applications.
MIT License
369 stars 30 forks source link

no function or associated item named `from_all_compressed` found for struct `compressible_map::CompressibleMap<_, _, _, std::hash::BuildHasherDefault<fnv::FnvHasher>>` in the current scope #5

Closed Levijatan closed 4 years ago

Levijatan commented 4 years ago

building_blocks_storage-0.2.0\src\chunk_map.rs:467:41 | 467 | chunks: CompressibleFnvMap::from_all_compressed(params, all_compressed), | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in compressible_map::CompressibleMap<_, _, _, std::hash::BuildHasherDefault<fnv::FnvHasher>>

error: aborting due to previous error

For more information about this error, try rustc --explain E0599. error: could not compile building_blocks_storage.dHasherDefault>`

When trying to build with 0.2

bonsairobo commented 4 years ago

Just so people know, this is fixed by doing a cargo update.