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

9 lines
101 B
Rust
Raw Normal View History

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