blob: 32ebd52b10285e9b7e2d00278893309fcaa20fdf [file] [log] [blame]
// rustfmt-space_after_bound_colon: true
// Space after bound colon
fn lorem<T:Eq>(t:T) {
// body
}