about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/target/issue-6059/repro.rs
blob: e8744c9ffcf8d6d802460bf48ccebca371b46c9a (plain)
1
2
3
fn float_range_tests() {
    self.coords.x -= rng.gen_range(-self.radius / 2. ..self.radius / 2.);
}