rust/tests/source/issue-5655/two.rs
2023-08-16 12:34:21 -04:00

10 lines
102 B
Rust

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