Skip to content

Commit a626bf6

Browse files
Remove test for #66758
1 parent 582affd commit a626bf6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/test/ui/consts/control-flow/exhaustive-c-like-enum-match.rs

-6
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,4 @@ const fn f(e: E) {
1818
}
1919
}
2020

21-
const fn g(e: E) {
22-
match e {
23-
_ => {}
24-
}
25-
}
26-
2721
fn main() {}

0 commit comments

Comments
 (0)