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

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