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