mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-22 12:43:36 +00:00
7 lines
122 B
Rust
7 lines
122 B
Rust
// rustfmt-spaces_within_parens: false
|
|
// Spaces within parens
|
|
|
|
fn lorem<T: Eq>(t: T) {
|
|
let lorem = (ipsum, dolor);
|
|
}
|