Skip to content

Commit 9c5cfe9

Browse files
committed
---
yaml --- r: 4454 b: refs/heads/master c: c35bf9c h: refs/heads/master v: v3
1 parent 8e08780 commit 9c5cfe9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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: b62e80c1f022131da963da84ef6768f300c2c5c3
2+
refs/heads/master: c35bf9ca04c9cfb441646db00a8b826b274c0b25
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// error-pattern:mismatched types
2+
// From Issue #778
3+
tag clam[T] { a(T); }
4+
fn main() { let c = a(c); alt c { a[int](_) { } } }

0 commit comments

Comments
 (0)