mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 08:36:03 +00:00
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>() {}
|