Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-6059
/
repro.rs
blob: 1dc62cc8d26e3efc9467de3e0372d13a5823c94b [
file
] [
log
] [
blame
]
fn
float_range_tests
()
{
self
.
coords
.
x
-=
rng
.
gen_range
(-
self
.
radius
/
2.
..
self
.
radius
/
2.
);
}