patch up pretty-printing test
This commit is contained in:
parent
d87b308b67
commit
acd31db229
1 changed files with 4 additions and 3 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
// pp-exact
|
||||
|
||||
fn f<T, 'a, 'b) -> int where T : 'a, 'a: 'b, T: Eq {
|
||||
0
|
||||
}
|
||||
fn f<'a, 'b, T>(t: T) -> int where T: 'a, 'a:'b, T: Eq { 0 }
|
||||
|
||||
fn main() { }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue