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 8781dea commit ec70e11Copy full SHA for ec70e11
tests/ui/rfcs/rfc-2294-if-let-guard/compare-drop-order.rs
@@ -56,6 +56,5 @@ fn main() {
56
// Here is two parts, first one is for basic if let inside the match arm
57
// And second part is for if let guard
58
1, 2, 3, !3, !2, !1, 1, 2, 3, !3, !2, !1];
59
- dbg!(&expected);
60
assert_eq!(*A.lock().unwrap(), expected);
61
}
0 commit comments