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