blob: e37ebbea8af43665d6d819563630449d65001424 [file] [log] [blame]
// rustfmt-version: Two
fn foo<T>(_: T)
where
T: std::fmt::Debug,
T: std::fmt::Display,
{
}