-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Milestone
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
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.