Skip to content

Commit 7f73f45

Browse files
eggyalfmease
andauthored
Remove superfluous @check-fail header command.
It's the default! Co-authored-by: León Orell Valerian Liehr <[email protected]>
1 parent 34c57df commit 7f73f45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/ui/let-else/uninitialized-refutable-let-issue-123844.rs

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// An uninitialized refutable let should not suggest `let else`, as it can't be used with deferred
33
// initialization.
44
//
5-
// @check-fail
6-
75
fn main() {
86
let Some(x); //~ ERROR refutable pattern in local binding
97
x = 1;

0 commit comments

Comments
 (0)