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

10 lines
102 B
Rust

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