rust/tests/source/configs-space_before_bound-false.rs

7 lines
111 B
Rust
Raw Normal View History

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