blob: 4a7eb4f4bc27e411a79abfb5bae0a53ef06079df [file] [log] [blame]
// rustfmt-style_edition: 2024
fn foo<T>(_: T)
where
T: std::fmt::Debug,
T: std::fmt::Display,
{
}