Skip to content

Commit 8c90046

Browse files
authored
Update issue-17383.rs
1 parent cf14b17 commit 8c90046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/parse-fail/issue-17383.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
enum X {
1414
A =
15-
b'a' //~ ERROR discriminator values can only be used with a c-like enum
15+
b'a' //~ ERROR discriminator values can only be used with a field-less enum
1616
,
1717
B(isize)
1818
}

0 commit comments

Comments
 (0)