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

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