Rust 1.20 regression, for_each 0.2.0, conflicts with unstable iterator_for_each feature #43239
Labels
C-bug
Category: This is a bug.
P-high
High priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
cc @JaJe
It appears that a new unstable feature was implemented that conflicts with the for_each crate. rustc interprets the use of Iterator::for_each as attempting to use the unstable feature instead of the trait method defined by the for_each crate.
The text was updated successfully, but these errors were encountered: