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