Skip to content

Commit ab1d8ea

Browse files
committed
fixed pattern, moved test to compile-fail
1 parent fc66107 commit ab1d8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-fail/issue-5927.rs renamed to src/test/compile-fail/issue-5927.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212

13-
// error-pattern:cant-use-x-as-pattern-mumble
13+
// error-pattern:unresolved enum variant
1414

1515
fn main() {
1616
let z = match 3 {

0 commit comments

Comments
 (0)