rust/tests/target/issue-5655/two.rs

9 lines
101 B
Rust

// rustfmt-version: Two
fn foo<T>(_: T)
where
T: std::fmt::Debug,
T: std::fmt::Display,
{
}