rust version: `rustc 1.66.0 (69f9c33d7 2022-12-12)` ``` error[E0277]: `{float}` is not an iterator --> tests/core.rs:44:14 | 44 | for i in 0.200 { | ^^^^^ `{float}` is not an iterator ``` Do you think it would be useful to add a hint here? Something in the lines of `Did you mean for i 0..200 {` <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":"tdelabro"}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->