mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
7 lines
114 B
Rust
7 lines
114 B
Rust
// rustfmt-space_before_bound: false
|
|
// Space before bound
|
|
|
|
fn lorem<T: Eq>(t: T) {
|
|
let ipsum: Dolor = sit;
|
|
}
|