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

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

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