blob: 3823216f4336e31d6e81782d85c1ab066bbf7000 [file] [log] [blame]
// rustfmt-spaces_within_angle_brackets: false
// Spaces within angle-brackets
fn lorem<T: Eq>(t: T) {
// body
}