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