We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a96ae commit fc86010Copy full SHA for fc86010
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 159ad7a63bd4e82907c0f6698702e0055601ed91
+refs/heads/master: 972f6c17fb007d7c1508e1e8f03c35385f1b841c
trunk/src/fuzzer/fuzzer.rs
@@ -475,7 +475,7 @@ fn file_might_not_converge(filename: str) -> bool {
475
"expr-alt.rs", // pretty-printing "(a = b) = c" vs "a = b = c" and wrapping
476
"block-arg-in-ternary.rs", // wrapping
477
"move-3-unique.rs", // 0 becomes (0), but both seem reasonable. wtf?
478
- "move-3.rs", // 0 becomes (0), but both seem reasonable. wtf?
+ "move-3.rs" // 0 becomes (0), but both seem reasonable. wtf?
479
];
480
481
0 commit comments