1 2 3 4 5 6 7 8 9
// rustfmt-version: Two fn foo<T>(_: T) where T: std::fmt::Debug, T: std::fmt::Display, { }