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