Skip to content

Commit 9b4ff4b

Browse files
committed
---
yaml --- r: 165384 b: refs/heads/master c: acd31db h: refs/heads/master v: v3
1 parent 75375e5 commit 9b4ff4b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: d87b308b67ab070d67ab66062b33f64e5bc621e4
2+
refs/heads/master: acd31db22938968929913b54779cb33a3c2e03df
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 658529467d9d69ac9e09cacf98a6d61d781c2c76
55
refs/heads/try: aee614fc4973262a5a68efc643026e2b1458d65b

trunk/src/test/pretty/where-clauses.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
// pp-exact
1212

13-
fn f<T, 'a, 'b) -> int where T : 'a, 'a: 'b, T: Eq {
14-
0
15-
}
13+
fn f<'a, 'b, T>(t: T) -> int where T: 'a, 'a:'b, T: Eq { 0 }
14+
15+
fn main() { }
16+

0 commit comments

Comments
 (0)