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

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

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