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 159ad7a commit 972f6c1Copy full SHA for 972f6c1
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