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

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

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