Skip to content

Commit 151d93e

Browse files
committed
---
yaml --- r: 7422 b: refs/heads/master c: 5ac57d1 h: refs/heads/master v: v3
1 parent f4e85c3 commit 151d93e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 1aaee207378eeb4a6335c1c3621fff9296f2bb63
2+
refs/heads/master: 5ac57d1891bcea2207fef3bd5302f0b9467656e9

trunk/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)