6 lines
126 B
Rust
6 lines
126 B
Rust
|
// rustfmt-space_before_bound: true
|
||
|
// rustfmt-space_after_bound_colon: false
|
||
|
|
||
|
trait Trait {}
|
||
|
fn f<'a, 'b :'a, T :Trait>() {}
|