What does “cyclic move here. move will occur multiple times in the loop” mean?

i get this error whenever i use _move(_:) inside a loop context, even though the let binding being moved is local to the loop body. what does this error mean?

2 Likes