We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5c969 commit b4e65d4Copy full SHA for b4e65d4
1 file changed
tests/target/issue_6869.rs
@@ -0,0 +1,8 @@
1
+fn main() {
2
+ let x = 0.5;
3
+
4
+ match x {
5
+ 1. .. => println!("{x} >= 1"),
6
+ _ => println!("{x} < 1"),
7
+ }
8
+}
0 commit comments