We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rust version: rustc 1.66.0 (69f9c33d7 2022-12-12)
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 {
Did you mean for i 0..200 {