]> git.lizzy.rs Git - rust.git/blob - tests/target/space-not-before-bound-colon.rs
Fix bug in identifying comments
[rust.git] / tests / target / space-not-before-bound-colon.rs
1 // rustfmt-space_before_bound: true
2 // rustfmt-space_after_bound_colon: false
3
4 trait Trait {}
5 fn f<'a, 'b :'a, T :Trait>() {}