about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/source/issue-5655/two.rs
blob: bfe1d3813bbd64ee851418065e86e2b0a2675011 (plain)
1
2
3
4
5
6
7
8
9
// rustfmt-style_edition: 2024

fn foo<T>(_: T)
where
    T: std::fmt::Debug,

    T: std::fmt::Display,
{
}