Given this code fn main() { let a = [1,2,3]; for i in a {} } One of the notes in error message says note: arrays are not iterators, ...
確定! 回上一頁