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