mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 16:45:37 +00:00
7 lines
106 B
Rust
7 lines
106 B
Rust
// rustfmt-space_after_bound_colon: false
|
|
// Space after bound colon
|
|
|
|
fn lorem<T:Eq>(t:T) {
|
|
// body
|
|
}
|