You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0277]: the trait bound `&&std::vec::Vec<&str>: std::iter::Iterator` is not satisfied
--> src/main.rs:7:10
|
7 | #[derive(Template)]
| ^^^^^^^^ the trait `std::iter::Iterator` is not implemented for `&&std::vec::Vec<&str>`
|
= note: `&&std::vec::Vec<&str>` is not an iterator; maybe try calling `.iter()` or a similar method
= note: required by `std::iter::IntoIterator::into_iter`
The text was updated successfully, but these errors were encountered:
The
_loop_indexes
mechanism makes it seem like nested loops are intended to be supported, but I haven't figured it out. Here is what I tried:The text was updated successfully, but these errors were encountered: