iter: range over seq (variable of type iter.Seq[T]) must have one iteration variable #64645
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Go version
go version devel go1.22-46ea4ab Sat Dec 9 21:48:06 2023 +0000 darwin/amd64
What operating system and processor architecture are you using (
go env
)?What did you do?
What did you expect to see?
This program compiles ok.
What did you see instead?
Since
Count
does care about the value, from previous experience offor-range
, we tend to omit the blank identifier, but that is a compile error.The text was updated successfully, but these errors were encountered: