rustc_skip_array_during_method_dispatch
is bypassed by method calls implemented for any I: IntoIterator
#87132
Labels
C-bug
Category: This is a bug.
P-low
Low priority
regression-untriaged
Untriaged performance or correctness regression.
After seeing #84147 I wondered if it applied to any method call that requires
[T; N]: IntoIterator
, but looks like that's not the case. This code compiles fine in rust 1.52, but fails to compile from rust 1.53In rust 1.53 it fails with the following error:
The text was updated successfully, but these errors were encountered: