rust/tests/source/issue-5655/two.rs
2023-10-22 20:21:44 -05:00

9 lines
102 B
Rust

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