rust/tests/target/space-not-before-bound-colon.rs
2016-09-17 02:22:13 +02:00

5 lines
126 B
Rust

// rustfmt-space_before_bound: true
// rustfmt-space_after_bound_colon: false
trait Trait {}
fn f<'a, 'b :'a, T :Trait>() {}