The span for the range in ``` rust for _ in 0..10 { ... } ``` is `0..10 {`, whereas it should be just `0..10`.