a57d57b16a
Fixes #5655.
10 lines
102 B
Rust
10 lines
102 B
Rust
// rustfmt-version: Two
|
|
|
|
fn foo<T>(_: T)
|
|
where
|
|
T: std::fmt::Debug,
|
|
|
|
T: std::fmt::Display,
|
|
{
|
|
}
|