rust/tests/target/configs-space_before_bound-true.rs

7 lines
114 B
Rust
Raw Normal View History

// rustfmt-space_before_bound: true
// Space before bound
fn lorem<T : Eq>(t: T) {
let ipsum: Dolor = sit;
}