Closed
Description
The tests of the im crate version 6.0.0 fail on latest beta 1.21, while they work on stable. The error output (full log):
error[E0282]: type annotations needed
--> src/map/mod.rs:1400:18
|
1400 | let c1 = Map::singleton(v1, p1);
| -- ^^^^^^^^^^^^^^ cannot infer type for `K`
| |
| consider giving `c1` a type
cc @bodil