Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-6059
/
additional.rs
blob: fe708dcbdd3a896c1f8b205c072f4392782d306d [
file
]
fn
float_range_tests
()
{
let
_range
=
3.
/
2.
..
4.
;
let
_range
=
3.0
/
2.
..
4.0
;
let
_range
=
3.0
/
2.0
..
4.0
;
let
_range
=
3.
/
2.0
..
4.0
;
}