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 f4e85c3 commit 151d93eCopy full SHA for 151d93e
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 1aaee207378eeb4a6335c1c3621fff9296f2bb63
+refs/heads/master: 5ac57d1891bcea2207fef3bd5302f0b9467656e9
trunk/src/test/compile-fail/tag-type-args.rs
@@ -1,6 +1,6 @@
// error-pattern: Wrong number of type arguments
3
-tag quux<T> { }
+tag quux<T> { bar }
4
5
fn foo(c: quux) { assert (false); }
6
0 commit comments