We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aaee20 commit 5ac57d1Copy full SHA for 5ac57d1
src/test/compile-fail/tag-type-args.rs
@@ -1,6 +1,6 @@
1
// error-pattern: Wrong number of type arguments
2
3
-tag quux<T> { }
+tag quux<T> { bar }
4
5
fn foo(c: quux) { assert (false); }
6
0 commit comments