Skip to content

Commit acd31db

Browse files
committed
patch up pretty-printing test
1 parent d87b308 commit acd31db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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)