Skip to content

Commit d81c3c7

Browse files
committed
---
yaml --- r: 3349 b: refs/heads/master c: 51d0783 h: refs/heads/master i: 3347: f54d358 v: v3
1 parent 4628e97 commit d81c3c7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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: eb0d56f8c50181a2597745ba4dc0c87b731f163c
2+
refs/heads/master: 51d07830baddf3bbcee7352986050721abdca131
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// xfail-stage0
2+
// error-pattern:expected fn() but found fn(int)
3+
4+
fn main() {
5+
fn f() {}
6+
fn g(int i) {}
7+
auto x = f == g;
8+
}

0 commit comments

Comments
 (0)