10 lines
102 B
Rust
10 lines
102 B
Rust
|
// rustfmt-version: One
|
||
|
|
||
|
fn foo<T>(_: T)
|
||
|
where
|
||
|
T: std::fmt::Debug,
|
||
|
|
||
|
T: std::fmt::Display,
|
||
|
{
|
||
|
}
|