Skip to content

Commit 5ac57d1

Browse files
committed
test: Don't test that tags with zero variants are supported
1 parent 1aaee20 commit 5ac57d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/tag-type-args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// error-pattern: Wrong number of type arguments
22

3-
tag quux<T> { }
3+
tag quux<T> { bar }
44

55
fn foo(c: quux) { assert (false); }
66

0 commit comments

Comments
 (0)