Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-6059
/
repro.rs
blob: 1dc62cc8d26e3efc9467de3e0372d13a5823c94b [
file
] [
log
] [
blame
] [
edit
]
fn
float_range_tests
()
{
self
.
coords
.
x
-=
rng
.
gen_range
(-
self
.
radius
/
2.
..
self
.
radius
/
2.
);
}