Skip to content

Commit d388daa

Browse files
committed
Remove incorrect comments from a few test cases.
1 parent 64a0695 commit d388daa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/compile-fail/tag-variant-cast-non-nullary.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//error-pattern: non-scalar cast
2-
// black and white have the same discriminator value ...
32

43
enum non_nullary {
54
nullary;

src/test/compile-fail/tag-variant-disr-non-nullary.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//error-pattern: discriminator values can only be used with a c-like enum
2-
// black and white have the same discriminator value ...
32

43
enum color {
54
red = 0xff0000;

0 commit comments

Comments
 (0)